zlisen 4 年之前
父節點
當前提交
b935182215
共有 1 個檔案被更改,包括 6 行新增7 行删除
  1. 6
    7
      config/routes.js

+ 6
- 7
config/routes.js 查看文件

@@ -56,6 +56,12 @@ export default [
56 56
                 name: '项目列表',
57 57
                 component: './building/List',
58 58
               },
59
+              {
60
+                path: '/building/add',
61
+                name: '项目维护',
62
+                component: './building/Edit',
63
+                hideInMenu: true,
64
+              },
59 65
               {
60 66
                 path: '/building/type',
61 67
                 name: '项目类型',
@@ -114,13 +120,6 @@ export default [
114 120
                 hideInMenu: true,
115 121
                 component: './customer/customerlist/publicCustomerDetail',
116 122
               },
117
-
118
-              {
119
-                path: '/building/add',
120
-                name: '项目维护',
121
-                component: './building/Edit',
122
-                hideInMenu: true,
123
-              },
124 123
             ],
125 124
           },
126 125
           {