diff --git a/src/router/index.js b/src/router/index.js index d8b3494..2dec6cf 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -85,35 +85,35 @@ export const constantRoutes = [ ] }, // 赛事分析报告 - { - path: '/tc/eventAnalysisReport', - component: Layout, - hidden: false, - permissions: [], - children: [ - { - path: 'index', - component: () => import('@/views//tc/eventAnalysisReport'), - name: 'EventAnalysisReport', - meta: { title: '赛事分析报告', activeMenu: '/tc/eventAnalysisReport/index', icon: 'skill' } - } - ] - }, + // { + // path: '/tc/eventAnalysisReport', + // component: Layout, + // hidden: false, + // permissions: [], + // children: [ + // { + // path: 'index', + // component: () => import('@/views/tc/eventAnalysisReport'), + // name: 'EventAnalysisReport', + // meta: { title: '赛事分析报告', activeMenu: '/tc/eventAnalysisReport/index', icon: 'skill' } + // } + // ] + // }, // 短视频脚本 - { - path: '/tc/videoScript', - component: Layout, - hidden: false, - permissions: [], - children: [ - { - path: 'index', - component: () => import('@/views//tc/videoScript'), - name: 'VideoScript', - meta: { title: '短视频脚本', activeMenu: '/tc/videoScript/index', icon: 'redis-list'} - } - ] - } + // { + // path: '/tc/videoScript', + // component: Layout, + // hidden: false, + // permissions: [], + // children: [ + // { + // path: 'index', + // component: () => import('@/views/tc/videoScript'), + // name: 'VideoScript', + // meta: { title: '短视频脚本', activeMenu: '/tc/videoScript/index', icon: 'redis-list'} + // } + // ] + // } ] // 动态路由,基于用户权限动态去加载 diff --git a/src/views/tc/eventAnalysisReport/basketball.vue b/src/views/tc/eventAnalysisReport/basketball.vue index bfaea70..7e7632b 100644 --- a/src/views/tc/eventAnalysisReport/basketball.vue +++ b/src/views/tc/eventAnalysisReport/basketball.vue @@ -33,7 +33,11 @@ - + + +