|
@@ -109,6 +109,26 @@ export const constantRoutes = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/location',
|
|
|
+ component: Layout,
|
|
|
+ name:"LocationBoss",
|
|
|
+ meta: { title: 'LocationBoss', icon: 'locationBoss' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'location',
|
|
|
+ component: () => import('@/views/location/index'),
|
|
|
+ meta: { title: 'location', icon: 'location1' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'addLocation',
|
|
|
+ name: 'addLocation',
|
|
|
+ component: () => import('@/views/location/addLocation'),
|
|
|
+ meta: { title: 'addLocation', icon: 'location2' }
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
|
|
|
{
|
|
|
path: '/nested',
|