From f67b7a82f1fede3386c41d22724df1ac80010d8c Mon Sep 17 00:00:00 2001 From: TiaStars Date: Tue, 14 May 2024 09:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2develop-fix=E7=9A=84api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/views/bigScreen/map/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 8fa917b..ef573f9 100644 --- a/.env.development +++ b/.env.development @@ -14,7 +14,7 @@ ENV = 'development' # 若依管理系统/开发环境 # /dev-api # VUE_APP_BASE_API = 'http://39.101.188.84:9037' -VUE_APP_BASE_API = 'https://t-jn-city.jssp-park.com/bjh-admin' +VUE_APP_BASE_API = 'https://t-jn-city.jssp-park.com/bjh-admin-server' VUE_APP_BASE_API1 = 'https://t-jn-city.jssp-park.com/process-server' VUE_APP_BASE_API2 = 'https://t-jn-city.jssp-park.com/admin-server/api/webapp' # VUE_APP_BASE_API = 'http://192.168.0.112:9037' diff --git a/.env.production b/.env.production index 78eb91d..798293f 100644 --- a/.env.production +++ b/.env.production @@ -14,6 +14,6 @@ ENV = 'production' # 若依管理系统/生产环境 # VUE_APP_BASE_API = 'http://39.101.188.84:9037' -VUE_APP_BASE_API = 'https://t-jn-city.jssp-park.com/bjh-admin' +VUE_APP_BASE_API = 'https://t-jn-city.jssp-park.com/bjh-admin-server' VUE_APP_BASE_API1 = 'https://t-jn-city.jssp-park.com/process-server' VUE_APP_BASE_API2 = 'https://t-jn-city.jssp-park.com/admin-server/api/webapp' \ No newline at end of file diff --git a/src/views/bigScreen/map/index.vue b/src/views/bigScreen/map/index.vue index b939954..2135086 100644 --- a/src/views/bigScreen/map/index.vue +++ b/src/views/bigScreen/map/index.vue @@ -1429,7 +1429,7 @@ export default { if(res.code == 200 && res.data.msg == '操作成功') { // http://121.229.2.163:9291/live/9999 http://120.27.25.166:9305/live/9999_ setTimeout(()=>{ - this.initVideoPlayer(`https://t-jn-city.jssp-park.com/bjh-admin/jn/live/9999_${this.personInfo.info.userId}.flv`) + this.initVideoPlayer(`https://t-jn-city.jssp-park.com/bjh-admin-server/jn/live/9999_${this.personInfo.info.userId}.flv`) },3000) } })