zhangzengfei
2020-10-16 023ac899959a68753a66981f59cf3beda8c18bfb
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";