浏览代码

路由文件

DESKTOP-O04BTUJ\muzen 2 年之前
父节点
当前提交
8dfe1c66b2
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      src/router/index.js

+ 17 - 0
src/router/index.js

@@ -371,6 +371,23 @@ export const dynamicRoutes = [{
       }
     }]
   },
+  // 猫王精选电台
+  {
+    path: '/music',
+    component: Layout,
+    hidden: true,
+    permissions: ['music:choiceness:list'],
+    name: 'choiceness',
+    children: [{
+      path: 'choiceness/detail',
+      component: () => import('@/views/music/choiceness/detail'),
+      name: 'choicenessDetail',
+      meta: {
+        title: '猫王精选详情',
+        activeMenu: '/music/choiceness'
+      }
+    }]
+  },
   // 项目管理
   // 项目列表
   {