@@ -590,6 +590,23 @@ 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'
+ }
+ }]
+},
// 商品管理
// 商品推荐
{