mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
Merge branch '20251212-fix-1130' of http://10.251.129.121/boeu/learning-system-portal into master-20251210
This commit is contained in:
@@ -173,10 +173,12 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="resType == 50 || isLoadIframe"
|
||||
v-show="!(resType != 50 && isLoadIframe)"
|
||||
style="min-height: 500px"
|
||||
>
|
||||
<iframe
|
||||
v-if="scormUrl || isLoadIframe"
|
||||
v-show="!(resType != 50 && isLoadIframe)"
|
||||
:src="scormUrl"
|
||||
frameborder="0"
|
||||
border="0px"
|
||||
|
||||
Reference in New Issue
Block a user