fix: 注释资料中心权限功能
This commit is contained in:
parent
285de8c23a
commit
ee705bd043
@ -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 != "") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user