Browse Source

改回来了

Q-ABAB 2 năm trước cách đây
mục cha
commit
efd25a54c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home.vue

+ 1 - 1
src/views/home.vue

@@ -6,7 +6,7 @@
             <div class="btns" v-for="item in navList" :key="item.id" @click="goto(item.goto)" :style="{background: !$route.path.indexOf(item.goto)?'#3D67BC':'',color:!$route.path.indexOf(item.goto)?'#fff':''}">
             <div class="btns" v-for="item in navList" :key="item.id" @click="goto(item.goto)" :style="{background: !$route.path.indexOf(item.goto)?'#3D67BC':'',color:!$route.path.indexOf(item.goto)?'#fff':''}">
               <span>
               <span>
                 <i :class="item.icon"></i>
                 <i :class="item.icon"></i>
-                {{ item.label }}1
+                {{ item.label }}
               </span>
               </span>
             </div>
             </div>
         </el-aside>
         </el-aside>