diff --git a/src/views/digitalScreen/index.vue b/src/views/digitalScreen/index.vue index 1247d9a..6f36acc 100644 --- a/src/views/digitalScreen/index.vue +++ b/src/views/digitalScreen/index.vue @@ -13,7 +13,7 @@ 注意:标题不要超过17个字,否则影响美观! - +
@@ -387,6 +387,7 @@ export default { wecharQrCodeUrl: null, mapData: null, welcomePlay: null, + previewUrlParent: null, editStatus: { openForm: { open_lib_http: false, @@ -574,6 +575,10 @@ export default { if (code === 'welcome_play') { this.welcomePlay = context } + + if (code === 'preview_url') { + this.previewUrlParent = context + } }) Object.values(res).forEach(item => { diff --git a/src/views/digitalScreen/module/previewSetting.vue b/src/views/digitalScreen/module/previewSetting.vue index 72af19d..017c650 100644 --- a/src/views/digitalScreen/module/previewSetting.vue +++ b/src/views/digitalScreen/module/previewSetting.vue @@ -1,6 +1,6 @@