From ee705bd0436a734b60fce770d7c7c50412839837 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 26 Jun 2024 20:18:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E8=B5=84=E6=96=99?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=9D=83=E9=99=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/account.vue b/src/components/account.vue index 11bd4a37..9e3d5efc 100644 --- a/src/components/account.vue +++ b/src/components/account.vue @@ -210,7 +210,7 @@ export default { COMPANY: COMPANY, projectType: "", loginData: "", - dataCenter1: 1, + dataCenter1: 0, seeEquipment: "", projectBackground: "项目后台", enterpriseBackground: "企业后台", @@ -236,7 +236,7 @@ export default { this.projectType = PROJECT_TYPE; this.loginData = JSON.parse(localStorage.getItem("systemInfo")); this.seeEquipment = this.$store.state.userInfo.seeEquipment; - this.getModuleList(); + // this.getModuleList(); console.log("seeEquipment------", this.seeEquipment); console.log(" this.loginData===================", this.loginData); if (this.loginData.headerConfiguration != "") {