DESKTOP-2S67K1S\31396 %!s(int64=2) %!d(string=hai) anos
pai
achega
905145469d
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      src/router/index.js

+ 15 - 0
src/router/index.js

@@ -421,6 +421,21 @@ export const dynamicRoutes = [{
     }
   }]
 },
+{
+  path: '/operation',
+  component: Layout,
+  hidden: true,
+  permissions: ['operation:recommend:list'],
+  children: [{
+    path: 'recommend/detail',
+    component: () => import('@/views/operation/recommend/detail'),
+    name: 'recommendDetail',
+    meta: {
+      title: '推荐详情',
+      activeMenu: '/operation/recommend'
+    }
+  }]
+},
 // 定制频道
 {
   path: '/operation',