Browse Source

路由文件

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
8c5b0409d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -413,7 +413,7 @@ export const dynamicRoutes = [{
     permissions: ['operation:channel:list'],
     permissions: ['operation:channel:list'],
     name: 'channel',
     name: 'channel',
     children: [{
     children: [{
-      path: 'custom/detail',
+      path: 'channel/detail',
       component: () => import('@/views/operation/channel/detail'),
       component: () => import('@/views/operation/channel/detail'),
       name: 'channelDetail',
       name: 'channelDetail',
       meta: {
       meta: {