zweizhao 7 лет назад
Родитель
Сommit
0319d0ba41
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      components/menu/data.js
  2. 0 0
      pages/main/index/cert_edit.vue
  3. 1 1
      pages/main/index/check_pro.vue

+ 1 - 1
components/menu/data.js

@@ -61,7 +61,7 @@ export default [{
   subs: [
     {
       title: '认证产品',
-      path: 'check_pro',
+      path: 'cert_pro',
     },
   ]
 },]

pages/main/index/check_edit.vue → pages/main/index/cert_edit.vue


+ 1 - 1
pages/main/index/check_pro.vue

@@ -87,7 +87,7 @@ export default {
   methods: {
     clickCtrl(item, index) {
       this.$router.push({
-        path: 'check_edit',
+        path: '/main/cert_edit',
         query: {
           id: item.id
         }