修改封板对应marster分支的地址

prod
吕天方 9 months ago
parent e36ea26708
commit 444756bc7f

@ -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'

@ -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'

@ -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()

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

Loading…
Cancel
Save