See999 hace 5 años
padre
commit
f0765e0f5c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/layout/components/Sidebar/index.vue

+ 2 - 2
src/views/layout/components/Sidebar/index.vue Ver fichero

@@ -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>