瀏覽代碼

改回来了

Q-ABAB 2 年之前
父節點
當前提交
efd25a54c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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':''}">
               <span>
                 <i :class="item.icon"></i>
-                {{ item.label }}1
+                {{ item.label }}
               </span>
             </div>
         </el-aside>