diff --git a/.env.development b/.env.development index ef573f9..d387014 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ # @Author: 张涛 # @Date: 2023-11-09 18:29:41 # @LastEditors: JC9527 - # @LastEditTime: 2024-04-01 10:17:45 + # @LastEditTime: 2024-05-15 13:40:14 # @FilePath: \JiangningUrbanManagePc\.env.development ### # 页面标题 @@ -14,8 +14,8 @@ 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-server' -VUE_APP_BASE_API1 = 'https://t-jn-city.jssp-park.com/process-server' +VUE_APP_BASE_API = 'https://bjh.jndz.cn/bjh-admin-server' +VUE_APP_BASE_API1 = 'http://10.236.2.28:54567/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 798293f..d7a3697 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-server' -VUE_APP_BASE_API1 = 'https://t-jn-city.jssp-park.com/process-server' +VUE_APP_BASE_API = 'https://bjh.jndz.cn/bjh-admin-server' +VUE_APP_BASE_API1 = 'http://10.236.2.28:54567/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/permission.js b/src/permission.js index 7abd4a5..1a612ff 100644 --- a/src/permission.js +++ b/src/permission.js @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2024-01-09 23:08:15 * @LastEditors: JC9527 - * @LastEditTime: 2024-05-14 09:49:58 + * @LastEditTime: 2024-05-15 14:01:08 */ import router from './router' import store from './store' @@ -47,7 +47,7 @@ router.beforeEach((to, from, next) => { // }) } else { - location.href = "https://t-jn-city.jssp-park.com/bjh-admin/" + location.href = "https://bjh.jndz.cn/bjh-admin/" } } // next() diff --git a/src/views/bigScreen/map/index.vue b/src/views/bigScreen/map/index.vue index a6c7509..fd027c5 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-server/jn/live/9999_${this.personInfo.info.userId}.flv`) + this.initVideoPlayer(`https://bjh.jndz.cn/bjh-admin-server/jn/live/9999_${this.personInfo.info.userId}.flv`) },3000) } })