소스 검색

路由文件

DESKTOP-O04BTUJ\muzen 2 년 전
부모
커밋
4f8b429ca0
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      src/router/index.js

+ 17 - 0
src/router/index.js

@@ -439,6 +439,23 @@ export const dynamicRoutes = [{
       }
     }]
   },
+  // 唤醒音
+  {
+    path: '/operation',
+    component: Layout,
+    hidden: true,
+    permissions: ['operation:waken:list'],
+    name: 'waken',
+    children: [{
+      path: 'waken/detail',
+      component: () => import('@/views/operation/waken/detail'),
+      name: 'wakenDetail',
+      meta: {
+        title: '唤醒音详情',
+        activeMenu: '/operation/waken'
+      }
+    }]
+  },
   // 商品管理
   // 商品推荐
   {