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) } })