diff --git a/src/router/index.js b/src/router/index.js
index 77b437a..d8b3494 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,7 +95,7 @@ export const constantRoutes = [
path: 'index',
component: () => import('@/views//tc/eventAnalysisReport'),
name: 'EventAnalysisReport',
- meta: { title: '赛事分析报告', activeMenu: '/tc/eventAnalysisReport/index' }
+ meta: { title: '赛事分析报告', activeMenu: '/tc/eventAnalysisReport/index', icon: 'skill' }
}
]
},
@@ -110,7 +110,7 @@ export const constantRoutes = [
path: 'index',
component: () => import('@/views//tc/videoScript'),
name: 'VideoScript',
- meta: { title: '短视频脚本', activeMenu: '/tc/videoScript/index' }
+ 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
new file mode 100644
index 0000000..bfaea70
--- /dev/null
+++ b/src/views/tc/eventAnalysisReport/basketball.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tc/eventAnalysisReport/index.vue b/src/views/tc/eventAnalysisReport/index.vue
index 50eda7c..af0667b 100644
--- a/src/views/tc/eventAnalysisReport/index.vue
+++ b/src/views/tc/eventAnalysisReport/index.vue
@@ -1,11 +1,20 @@
-赛事分析报告
+
+
+
+
+
+
-
-
-
diff --git a/src/views/tc/eventAnalysisReport/soccer.vue b/src/views/tc/eventAnalysisReport/soccer.vue
new file mode 100644
index 0000000..bfaea70
--- /dev/null
+++ b/src/views/tc/eventAnalysisReport/soccer.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tc/videoScript/basketball.vue b/src/views/tc/videoScript/basketball.vue
new file mode 100644
index 0000000..d0fa173
--- /dev/null
+++ b/src/views/tc/videoScript/basketball.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tc/videoScript/index.vue b/src/views/tc/videoScript/index.vue
index ac81616..0e05d79 100644
--- a/src/views/tc/videoScript/index.vue
+++ b/src/views/tc/videoScript/index.vue
@@ -1,11 +1,20 @@
-短视频脚本
+
+
+
+
+
+
-
-
-
diff --git a/src/views/tc/videoScript/soccer.vue b/src/views/tc/videoScript/soccer.vue
new file mode 100644
index 0000000..d0fa173
--- /dev/null
+++ b/src/views/tc/videoScript/soccer.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vite.config.js b/vite.config.js
index 5814874..7a0a044 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vite'
import path from 'path'
import createVitePlugins from './vite/plugins'
-const baseUrl = 'https://vue.ruoyi.vip' // 后端接口
+const baseUrl = 'http://49.232.15.146' // 后端接口
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {