diff --git a/main.js b/main.js index f5bed289..638473a5 100644 --- a/main.js +++ b/main.js @@ -94,6 +94,9 @@ if (process.env.NODE_ENV === 'development') { } else { // 生产环境 console.log('生产环境') + Vue.prototype.url_config = 'http://101.43.164.214:11111/'// 百色通用 + Vue.prototype.work_url = 'http://101.43.164.214:11131'// 工作流地址 通用 + // Vue.prototype.url_config = 'http://222.80.185.228:6090/' // 木垒县新能源工程线上地址 // Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址 // Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址 @@ -137,8 +140,8 @@ if (process.env.NODE_ENV === 'development') { // Vue.prototype.url_config = 'http://192.168.34.221:30002/'//郭圣雄本地 // Vue.prototype.url_config = 'http://101.43.164.214:45022/'//盘锦 // Vue.prototype.url_config = 'http://183.249.224.118:9000/'// 嘉兴项目 - 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://101.43.164.214:11111/'// 百色三标段 // Vue.prototype.url_config = 'http://8.136.222.164:8808/'//中科安信 }