|
@@ -123,15 +123,12 @@ export default {
|
123
|
123
|
component: './building/list/index',
|
124
|
124
|
},
|
125
|
125
|
{
|
126
|
|
-<<<<<<< HEAD
|
127
|
|
-=======
|
128
|
126
|
path: '/building/list/add',
|
129
|
127
|
name: '项目添加', // 项目添加
|
130
|
128
|
hideInMenu: true,
|
131
|
129
|
component: './building/list/add/index',
|
132
|
130
|
},
|
133
|
131
|
{
|
134
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
135
|
132
|
path: '/building/type',
|
136
|
133
|
name: '项目类型',
|
137
|
134
|
component: './building/type/index',
|
|
@@ -155,15 +152,12 @@ export default {
|
155
|
152
|
component: './customer/customerlist/index',
|
156
|
153
|
},
|
157
|
154
|
{
|
158
|
|
-<<<<<<< HEAD
|
159
|
|
-=======
|
160
|
155
|
path: '/customer/customerlist/customerDetail',
|
161
|
156
|
name: '客户编辑',
|
162
|
157
|
hideInMenu: true,
|
163
|
158
|
component: './customer/customerlist/customerDetail',
|
164
|
159
|
},
|
165
|
160
|
{
|
166
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
167
|
161
|
path: '/customer/drift/list',
|
168
|
162
|
name: '游客列表',
|
169
|
163
|
component: './customer/drift/index',
|
|
@@ -292,15 +286,12 @@ export default {
|
292
|
286
|
name: '资讯列表',
|
293
|
287
|
component: './news/list/NewsList',
|
294
|
288
|
},
|
295
|
|
-<<<<<<< HEAD
|
296
|
|
-=======
|
297
|
289
|
{
|
298
|
290
|
path: '/news/list/editNewsList',
|
299
|
291
|
name: '编辑资讯',
|
300
|
292
|
hideInMenu: true,
|
301
|
293
|
component: './news/list/editNewsList',
|
302
|
294
|
},
|
303
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
304
|
295
|
],
|
305
|
296
|
},
|
306
|
297
|
{
|
|
@@ -356,9 +347,6 @@ export default {
|
356
|
347
|
hideInMenu: true,
|
357
|
348
|
component: './staff/list/editRole',
|
358
|
349
|
},
|
359
|
|
-<<<<<<< HEAD
|
360
|
|
-
|
361
|
|
-=======
|
362
|
350
|
{
|
363
|
351
|
path: '/staff/list/addRole',
|
364
|
352
|
name: '添加角色',
|
|
@@ -394,7 +382,6 @@ export default {
|
394
|
382
|
hideInMenu: true,
|
395
|
383
|
component: './carouselFigure/editAdvertising',
|
396
|
384
|
},
|
397
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
398
|
385
|
],
|
399
|
386
|
},
|
400
|
387
|
{
|