|
@@ -612,6 +612,26 @@ export const dynamicRoutes = [
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ // 门店管理
|
|
|
|
+ {
|
|
|
|
+ name: 'operationMap',
|
|
|
|
+ path: '/operation',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['operation:map:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ name: 'operationMapDetail',
|
|
|
|
+ path: 'map/detail',
|
|
|
|
+ component: () => import('@/views/operation/map/detail'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '门店详情',
|
|
|
|
+ activeMenu: '/opertaion/map'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -814,25 +834,6 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- // 门店管理
|
|
|
|
- {
|
|
|
|
- path: '/operation',
|
|
|
|
- component: Layout,
|
|
|
|
- hidden: true,
|
|
|
|
- permissions: ['operation:map:list'],
|
|
|
|
- name: 'map',
|
|
|
|
- children: [{
|
|
|
|
- path: 'map/detail',
|
|
|
|
- component: () => import('@/views/operation/map/detail'),
|
|
|
|
- name: 'mapDetail',
|
|
|
|
- meta: {
|
|
|
|
- title: '门店详情',
|
|
|
|
- activeMenu: '/opertaion/map'
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
// 商品管理
|
|
// 商品管理
|
|
// 商品推荐
|
|
// 商品推荐
|
|
{
|
|
{
|