fix: 注释资料中心权限功能
This commit is contained in:
parent
285de8c23a
commit
ee705bd043
@ -210,7 +210,7 @@ export default {
|
|||||||
COMPANY: COMPANY,
|
COMPANY: COMPANY,
|
||||||
projectType: "",
|
projectType: "",
|
||||||
loginData: "",
|
loginData: "",
|
||||||
dataCenter1: 1,
|
dataCenter1: 0,
|
||||||
seeEquipment: "",
|
seeEquipment: "",
|
||||||
projectBackground: "项目后台",
|
projectBackground: "项目后台",
|
||||||
enterpriseBackground: "企业后台",
|
enterpriseBackground: "企业后台",
|
||||||
@ -236,7 +236,7 @@ export default {
|
|||||||
this.projectType = PROJECT_TYPE;
|
this.projectType = PROJECT_TYPE;
|
||||||
this.loginData = JSON.parse(localStorage.getItem("systemInfo"));
|
this.loginData = JSON.parse(localStorage.getItem("systemInfo"));
|
||||||
this.seeEquipment = this.$store.state.userInfo.seeEquipment;
|
this.seeEquipment = this.$store.state.userInfo.seeEquipment;
|
||||||
this.getModuleList();
|
// this.getModuleList();
|
||||||
console.log("seeEquipment------", this.seeEquipment);
|
console.log("seeEquipment------", this.seeEquipment);
|
||||||
console.log(" this.loginData===================", this.loginData);
|
console.log(" this.loginData===================", this.loginData);
|
||||||
if (this.loginData.headerConfiguration != "") {
|
if (this.loginData.headerConfiguration != "") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user