更换develop-fix的api

develop-fix
吕天方 10 months ago
parent a2bb3f89ef
commit f67b7a82f1

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

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

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

Loading…
Cancel
Save