feat: 更新 package-lock 文件, 更新 预览地址

This commit is contained in:
aos
2025-12-05 15:34:38 +08:00
parent 5b27d162ac
commit 56ec52a951
2 changed files with 1114 additions and 1114 deletions

2224
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
ref="iframe"
class="screen"
:scrolling="false"
:src="'http://was666.gitee.io/as-editor-h5/#/?type=iframe'"
:src="'https://qiniu-plat.juroom.cn/h5/index.html#/?type=iframe'"
@load="load"
></iframe>
<van-loading v-if="loading" size="24px" vertical>加载中</van-loading>
@@ -32,7 +32,7 @@ export default {
// 加载完成事件
const load = () => {
loading.value = false
document.querySelector('iframe').contentWindow.postMessage(props.val, "http://was666.gitee.io");
document.querySelector('iframe').contentWindow.postMessage(props.val, "https://qiniu-plat.juroom.cn");
}
return{