DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
bfd0ab0258
1 changed files with 17 additions and 0 deletions
  1. 17 0
      src/router/index.js

+ 17 - 0
src/router/index.js

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