zlisen 4 years ago
parent
commit
b935182215
1 changed files with 6 additions and 7 deletions
  1. 6
    7
      config/routes.js

+ 6
- 7
config/routes.js View File

56
                 name: '项目列表',
56
                 name: '项目列表',
57
                 component: './building/List',
57
                 component: './building/List',
58
               },
58
               },
59
+              {
60
+                path: '/building/add',
61
+                name: '项目维护',
62
+                component: './building/Edit',
63
+                hideInMenu: true,
64
+              },
59
               {
65
               {
60
                 path: '/building/type',
66
                 path: '/building/type',
61
                 name: '项目类型',
67
                 name: '项目类型',
114
                 hideInMenu: true,
120
                 hideInMenu: true,
115
                 component: './customer/customerlist/publicCustomerDetail',
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
           {