From 399fb47f67f5a4d81a7ba631c046938f32ef5973 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Thu, 15 Aug 2024 13:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E9=83=BD=E5=B7=A5=E9=99=A2=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 19 ++ src/utils/baseUrl.js | 2 +- src/views/iscs/iscsSystem/stationNav.vue | 14 +- src/views/iscs/iscsSystemNew/stationNav.vue | 14 +- src/views/statisticalFraud/index.vue | 321 ++++++++++++++++++++ src/views/statisticalFraud/xuexiao.vue | 256 ++++++++++++++++ 6 files changed, 611 insertions(+), 15 deletions(-) create mode 100644 src/views/statisticalFraud/index.vue create mode 100644 src/views/statisticalFraud/xuexiao.vue diff --git a/src/router/index.js b/src/router/index.js index 71c357bef..eec1ac46a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -233,6 +233,8 @@ const ContestList = () => import('@/views/contest/contestList'); const ContestDetail = () => import('@/views/contest/contestDetail'); const ScoringSettlement = () => import('@/views/contest/ScoringSettlement'); const TheoryPage = () => import('@/views/contest/theory'); +const StatisticalFraud = () => import('@/views/statisticalFraud'); +const StatisticalDetail = () => import('@/views/statisticalFraud/xuexiao'); // import { GenerateRouteProjectList } from '@/scripts/ProjectConfig'; // import { getSessionStorage } from '@/utils/auth'; @@ -878,6 +880,23 @@ export const asyncRouter = [ } ] }, + { + path: '/statistical', + component: Layout, + hidden: true, + children:[ + { + path: 'user', + hidden: true, + component: StatisticalFraud, + }, + { + path: 'detail', + hidden: true, + component: StatisticalDetail, + } + ] + }, { // 发布内容管理 path: '/publish', component: Layout, diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index b1a97e917..da80ca06b 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -24,7 +24,7 @@ export function handlerUrl() { if (process.env.NODE_ENV === 'development') { // 开发分支 BASE_API = 'http://192.168.33.233/rtss-server'; - // BASE_API = 'https://joylink.club/jlcloud'; + BASE_API = 'https://joylink.club/jlcloud'; // BASE_API = 'https://test.joylink.club/jlcloud'; // BASE_API = 'http://114.116.51.125/jlcloud'; // BASE_API = 'http://192.168.33.93:9000'; // 周寅 diff --git a/src/views/iscs/iscsSystem/stationNav.vue b/src/views/iscs/iscsSystem/stationNav.vue index 848e476cc..ea7b5e2d5 100644 --- a/src/views/iscs/iscsSystem/stationNav.vue +++ b/src/views/iscs/iscsSystem/stationNav.vue @@ -315,7 +315,7 @@ export default { mode: 'paMain', id: 'paMain', type: 'interface' - } + }, // { // name: '广播系统-广播监听', // mode: 'paMonitor', @@ -328,12 +328,12 @@ export default { // id: 'paPreview', // type: 'interface' // } - // { - // name: '闭路电视', - // mode: 'cctv', - // id: 'cctv', - // type: 'interface' - // } + { + name: '闭路电视', + mode: 'cctv', + id: 'cctv', + type: 'interface' + } ]} }, public:{name:'公共设施', type:'totalSystem', id: 'public', active:false, icon:iscs_icon8 }, diff --git a/src/views/iscs/iscsSystemNew/stationNav.vue b/src/views/iscs/iscsSystemNew/stationNav.vue index 0976fad6e..a935c327d 100644 --- a/src/views/iscs/iscsSystemNew/stationNav.vue +++ b/src/views/iscs/iscsSystemNew/stationNav.vue @@ -305,7 +305,7 @@ export default { mode: 'paMain', id: 'paMain', type: 'interface' - } + }, // { // name: '广播系统-广播监听', // mode: 'paMonitor', @@ -318,12 +318,12 @@ export default { // id: 'paPreview', // type: 'interface' // } - // { - // name: '闭路电视', - // mode: 'cctv', - // id: 'cctv', - // type: 'interface' - // } + { + name: '闭路电视', + mode: 'cctv', + id: 'cctv', + type: 'interface' + } ]} } }; diff --git a/src/views/statisticalFraud/index.vue b/src/views/statisticalFraud/index.vue new file mode 100644 index 000000000..7b434eb71 --- /dev/null +++ b/src/views/statisticalFraud/index.vue @@ -0,0 +1,321 @@ + + + + diff --git a/src/views/statisticalFraud/xuexiao.vue b/src/views/statisticalFraud/xuexiao.vue new file mode 100644 index 000000000..3ed102b8a --- /dev/null +++ b/src/views/statisticalFraud/xuexiao.vue @@ -0,0 +1,256 @@ + + + +