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

+ 1 - 0
.gitignore Ver fichero

@@ -0,0 +1 @@
1
+node_modules/

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