From 695b9a41a72afede246ddc8f2489e24017c06b25 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 15 Dec 2022 16:08:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=83=A8=E5=88=86=E4=BB=AA=E8=A1=A8=E6=9D=BF=E4=B8=AD?= =?UTF-8?q?=E6=A8=A1=E5=9B=BE=E7=89=87=E5=AF=BC=E5=87=BA=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=90=8E=E5=86=8D=E8=B7=A8=E6=9C=8D=E5=8A=A1=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelViewShow.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/panel/list/PanelViewShow.vue b/frontend/src/views/panel/list/PanelViewShow.vue index e189d3cb5a..dfd37bf147 100644 --- a/frontend/src/views/panel/list/PanelViewShow.vue +++ b/frontend/src/views/panel/list/PanelViewShow.vue @@ -162,7 +162,7 @@ :icon-class="panelInfo.status==='publish' ? 'cancel_release' : 'release'" class="preview-icon-svg" /> - {{ $t(`commons.${ panelInfo.status==='publish' ? 'unpublished' : 'publish'}`) }} + {{ $t(`commons.${panelInfo.status === 'publish' ? 'unpublished' : 'publish'}`) }} -1) { staticResource.push(item.commonBackground.outerImage) } + if (item.type === 'picture-add' && item.propValue && typeof item.propValue === 'string' && item.propValue.indexOf('static-resource') > -1) { + staticResource.push(item.propValue) + } }) if (staticResource.length > 0) { try {