zengh
2022-05-26 bfe80b477f5e189a38584464fa10b22c3f2af414
src/page/index/tags.vue
@@ -66,7 +66,8 @@
    mounted() {
      this.setActive();
      this.tagList.forEach((item, index) => {
        if (item.label == "首页" && (this.userInfo.role_name == "police" || this.userInfo.role_name == "policeAdmin" || this.userInfo.role_name == "administrator")){
        if (item.label == "首页" && (this.userInfo.isweb == "1" || this.userInfo.role_name == "policeAdmin" || this.userInfo.role_name == "administrator")){
          // if (item.label == "首页" && (this.userInfo.role_name == "police" || this.userInfo.role_name == "policeAdmin" || this.userInfo.role_name == "administrator")){
          this.$store.commit("set_hideHome", false);
        }else if (item.label == "首页" && (this.userInfo.role_name == "操作员")) {
          this.tagList.splice(index, 1);