See999 5 年之前
父節點
當前提交
f0765e0f5c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/layout/components/Sidebar/index.vue

+ 2 - 2
src/views/layout/components/Sidebar/index.vue 查看文件

37
         :index="index"
37
         :index="index"
38
         @a="b"
38
         @a="b"
39
       ></sidebar-item>
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
         <a :href="CDMWebsit()">
41
         <a :href="CDMWebsit()">
42
           <i class="icon iconfont icon-manbing-xuanzhong" style="margin-right:4px"></i>
42
           <i class="icon iconfont icon-manbing-xuanzhong" style="margin-right:4px"></i>
43
           <span
43
           <span
60
             slot="title"
60
             slot="title"
61
           >微商城</span>
61
           >微商城</span>
62
         </a>
62
         </a>
63
-      </el-menu-item>
63
+      </el-menu-item> -->
64
     </el-menu>
64
     </el-menu>
65
     
65
     
66
   </el-scrollbar>
66
   </el-scrollbar>