From 2ed5be9c8ae204ef730c368b3b5a3ccc01ce579f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 25 Aug 2025 09:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=88=86ckp=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/common.js | 4 +++- src/views/common/home.vue | 17 +++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/store/modules/common.js b/src/store/modules/common.js index 1903bb4..d808b36 100644 --- a/src/store/modules/common.js +++ b/src/store/modules/common.js @@ -16,7 +16,9 @@ export default { contentIsNeedRefresh: false, // 主入口标签页 mainTabs: [], - mainTabsActiveName: '' + mainTabsActiveName: '', + appName: 'CKP', + // appName: 'SRM', }, mutations: { updateDocumentClientHeight (state, height) { diff --git a/src/views/common/home.vue b/src/views/common/home.vue index c3dbd7f..f2c6b27 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -1,12 +1,16 @@ @@ -20,6 +24,7 @@ // url:"http://xujiesoft.vicp.net:9191/bi/Show?uid=be15368c-bceb-11ef-9785-000c29f2c2b8", //url:"http://192.168.1.90:9191/chart/reportShow?uid=3c800188-b04b-11ef-abf0-000c2947c1cd", url:"http://172.26.68.20:9191/bi/Show?uid=eefa66f1-b058-11ef-a145-3868dd5b136a", + appName:this.$store.state.common.appName, } }, methods: {