See999 před 5 roky
rodič
revize
f0765e0f5c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/layout/components/Sidebar/index.vue

+ 2 - 2
src/views/layout/components/Sidebar/index.vue Zobrazit soubor

@@ -37,7 +37,7 @@
37 37
         :index="index"
38 38
         @a="b"
39 39
       ></sidebar-item>
40
-      <el-menu-item v-if="this.$store.getters.xt_user.cdm_role_exist" index="100">
40
+      <!-- <el-menu-item v-if="this.$store.getters.xt_user.cdm_role_exist" index="100">
41 41
         <a :href="CDMWebsit()">
42 42
           <i class="icon iconfont icon-manbing-xuanzhong" style="margin-right:4px"></i>
43 43
           <span
@@ -60,7 +60,7 @@
60 60
             slot="title"
61 61
           >微商城</span>
62 62
         </a>
63
-      </el-menu-item>
63
+      </el-menu-item> -->
64 64
     </el-menu>
65 65
     
66 66
   </el-scrollbar>