mirror of
https://gitee.com/was666/as-editor.git
synced 2026-01-29 00:02:43 +08:00
feat: 更新 package-lock 文件, 更新 预览地址
This commit is contained in:
2224
package-lock.json
generated
2224
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user