Skip to content

Commit f6da626

Browse files
committed
作品显示bug
1 parent a8c8332 commit f6da626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/home/WorkDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="scratch-player">
1313
<iframe
1414
:src="
15-
workInfo.workFile ? '/scratch3/player.html?projectURL=' + workInfo.workFileKey_url : 'about:blank'
15+
workInfo.workFile ? '/scratch3/player.html?workUrl=' + workInfo.workFileKey_url : 'about:blank'
1616
"
1717
id="player"
1818
frameborder="0"

0 commit comments

Comments
 (0)