|
|
|
@ -106,10 +106,6 @@ export default {
|
|
|
|
|
index: "/devicePhotoSchedule",
|
|
|
|
|
title: "拍照时间表设置",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
index: "/waterMark",
|
|
|
|
|
title: "水印下发",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -138,6 +134,10 @@ export default {
|
|
|
|
|
index: "/globalTools",
|
|
|
|
|
title: "全局设置",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
index: "/waterMark",
|
|
|
|
|
title: "水印下发",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
@ -316,13 +316,16 @@ export default {
|
|
|
|
|
// this.items = this.items1;
|
|
|
|
|
// }
|
|
|
|
|
if (this.role == 0) {
|
|
|
|
|
console.log("ssssssssssssssssssssssssssssssssssssssss");
|
|
|
|
|
this.items = this.items;
|
|
|
|
|
} else if (this.role == 1) {
|
|
|
|
|
this.items = this.items1;
|
|
|
|
|
} else if (this.role !== 0 && this.role !== 1) {
|
|
|
|
|
} else if (this.role == 2) {
|
|
|
|
|
this.items = this.items2;
|
|
|
|
|
} else if (this.role == 4) {
|
|
|
|
|
console.log("ssssssssssssssssssssssssssssssssssssssss");
|
|
|
|
|
this.items = this.hnjcitems;
|
|
|
|
|
console.log("ssssssssssssssssssssssssssssssssssssssss", this.items);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
console.log(this.items);
|
|
|
|
|