浏览代码

check -> cert

zweizhao 7 年之前
父节点
当前提交
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
         }