Q-ABAB hace 2 años
padre
commit
efd25a54c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>