From 103efc11c8cf6342aea43dd646fe58809ef9b0aa Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Wed, 22 Nov 2023 10:01:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=A4=A7=E5=B1=8F=E5=90=8E=E4=BB=8E=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E6=80=81=E8=BF=94=E5=9B=9E=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=E8=B7=B3=E8=BD=AC404=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BigScreenDesign/PageDesignTop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/packages/BigScreenDesign/PageDesignTop.vue b/data-room-ui/packages/BigScreenDesign/PageDesignTop.vue index 9856e394..a5b5cfcb 100644 --- a/data-room-ui/packages/BigScreenDesign/PageDesignTop.vue +++ b/data-room-ui/packages/BigScreenDesign/PageDesignTop.vue @@ -373,7 +373,7 @@ export default { backManagement () { const data = { componentsManagementType: 'component' } this.$router.app.$options.globalData = data // 将数据存储在全局变量中 - this.$router.push({ path: this.pageInfo.type === 'component' ? (window.BS_CONFIG?.routers?.componentUrl || '/big-screen-components') : (window.BS_CONFIG?.routers?.pageManagementUrl || '/home') }) + this.$router.push({ path: this.pageInfo.type === 'component' ? (window.BS_CONFIG?.routers?.componentUrl || '/big-screen-components') : (window.BS_CONFIG?.routers?.pageListUrl || '/big-screen-list') }) }, undo (isUndo) { this.undoTimeLine(isUndo)