From 29be4b1e3e30f78bde8ca8986b3dc8bbecb73f65 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 20 Aug 2025 09:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=A2=84=E8=A7=88=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/digitalScreen/index.vue | 7 +- .../digitalScreen/module/previewSetting.vue | 89 +++++++++++-------- 2 files changed, 57 insertions(+), 39 deletions(-) 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 @@