From 181d236a659515581ce41aef8751409527bc1365 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Wed, 9 Oct 2024 15:02:59 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E6=8F=90=E4=BA=A4=E9=80=9A=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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/'//中科安信 }