flx:提交中新建配置
This commit is contained in:
parent
2a29e8f4fd
commit
9c4764e5b6
10
main.js
10
main.js
@ -37,8 +37,8 @@ Vue.prototype.COMPANY = "" // 标准版
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
// 开发环境
|
||||
console.log('开发环境')
|
||||
Vue.prototype.url_config = 'http://jxj.zhgdyun.com:30250/'// 演示平台H5
|
||||
Vue.prototype.work_url = 'http://jxj.zhgdyun.com:33983' // 演示平台工作流地址
|
||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:30250/'// 演示平台H5
|
||||
// Vue.prototype.work_url = 'http://jxj.zhgdyun.com:33983' // 演示平台工作流地址
|
||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
@ -94,8 +94,10 @@ if (process.env.NODE_ENV === 'development') {
|
||||
} else {
|
||||
// 生产环境
|
||||
console.log('生产环境')
|
||||
Vue.prototype.url_config = 'http://121.37.106.37:19999/'// 新能源智慧基建管理平台
|
||||
Vue.prototype.work_url = 'http://121.37.106.37:19997'// 新能源智慧基建管理平台工作流地址
|
||||
Vue.prototype.url_config = 'http://117.146.73.156:9809/' // 中新建地址(外网)
|
||||
Vue.prototype.work_url = 'http://117.146.73.156:19997' // 中新建工作流地址(外网)
|
||||
// Vue.prototype.url_config = 'http://121.37.106.37:19999/'// 新能源智慧基建管理平台
|
||||
// Vue.prototype.work_url = 'http://121.37.106.37:19997'// 新能源智慧基建管理平台工作流地址
|
||||
|
||||
// Vue.prototype.url_config = 'http://101.43.164.214:11111/'// 百色通用
|
||||
// Vue.prototype.work_url = 'http://101.43.164.214:11131'// 工作流地址 通用
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user