From f88b9bc426f7d38f17dc4b0e75a91436ebab62c2 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Mon, 15 Sep 2025 15:51:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 56 +++++++++---------- .../tc/eventAnalysisReport/basketball.vue | 6 +- src/views/tc/eventAnalysisReport/soccer.vue | 6 +- src/views/tc/videoScript/basketball.vue | 6 +- src/views/tc/videoScript/soccer.vue | 6 +- 5 files changed, 48 insertions(+), 32 deletions(-) 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 @@ - + + +