From f15b59b8574f9e26f680013d23ffe4eb64549f52 Mon Sep 17 00:00:00 2001 From: jiayu Date: Sat, 7 Dec 2024 16:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=9B=9E=E6=94=BE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=98=E5=82=A8=E6=96=B9=E5=BC=8F=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 2 ++ .../components/playBack/playBack.vue | 8 ++++++-- .../replayVideoManage/overview.vue | 18 +++++++++++++++--- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 1f0ee69d..dc5c3b9f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -46,6 +46,8 @@ export default new Vuex.Store({ state: { PAGESIZRS: [10, 20, 30, 50], + // UPLOADURL: 'http://183.249.224.118:9000/upload/image/', // 嘉兴王江泾 + // FILEURL: ' http://183.249.224.118:9000/image/', // 嘉兴王江泾 // UPLOADURL: 'http://192.168.0.12:9809/upload/image/', // 国维科技 // FILEURL: ' http://192.168.0.12:9809/image/', // 国维科技 // WORKFLOWURL: 'http://192.168.0.12:19998/#/workspace/forms', //国维科技工作流地址 diff --git a/src/views/projectFront/replayVideoManage/components/playBack/playBack.vue b/src/views/projectFront/replayVideoManage/components/playBack/playBack.vue index 9196ce84..0bb5fca9 100644 --- a/src/views/projectFront/replayVideoManage/components/playBack/playBack.vue +++ b/src/views/projectFront/replayVideoManage/components/playBack/playBack.vue @@ -6,7 +6,7 @@