qinzhipeng_v 5 年之前
父节点
当前提交
1147bacff9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      src/assets/home_images/客服群二维码.png
  2. 2 2
      src/views/home/index.vue

二进制
src/assets/home_images/客服群二维码.png


+ 2 - 2
src/views/home/index.vue

@@ -312,7 +312,7 @@ export default {
           this.$router.push({ name: 'env' })
           break
         case '2':
-          this.$router.push({ name: 'Mock' })
+          this.$router.push({ name: 'Interface' })
           break
         case '3':
           this.$router.push({ name: 'jar包管理' })
@@ -327,7 +327,7 @@ export default {
           this.$router.push({ name: '上线质检' })
           break
         case '8':
-          this.$router.push({ name: '质量度量' })
+          this.$router.push({ name: '统计分析' })
           break
       }
     },