We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c8332 commit f6da626Copy full SHA for f6da626
web/src/views/home/WorkDetail.vue
@@ -12,7 +12,7 @@
12
<div class="scratch-player">
13
<iframe
14
:src="
15
- workInfo.workFile ? '/scratch3/player.html?projectURL=' + workInfo.workFileKey_url : 'about:blank'
+ workInfo.workFile ? '/scratch3/player.html?workUrl=' + workInfo.workFileKey_url : 'about:blank'
16
"
17
id="player"
18
frameborder="0"
0 commit comments