src/components/LeftNav.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/LeftNav.vue
@@ -293,8 +293,7 @@ return true; }, showCam() { debugger return this.appName === "Camera" || (this.appName === "Search" && this.buttonAuthority.indexOf("search:camera") >= 0); return this.appName === "Camera" || (this.appName === "Search" && (this.buttonAuthority.indexOf("search:camera") >= 0 || this.isAdmin)); }, showCluster() { return this.appName === "Cluster";