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 != "") {