zs 10 months ago
parent
commit
865282c454
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/index/index.vue

+ 1 - 1
src/views/index/index.vue

@@ -62,7 +62,7 @@
               :span="4"
               v-for="(item, index) in menu"
               :key="index"
-              @click="switchMenu(item.href)"
+              @click="switchMenu(item.route)"
             >
               <div class="thr_1">
                 <div class="title">{{ item.title }}</div>