From 9c4764e5b6939119cef18bf99af39acc20fc8e3e Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Tue, 26 Nov 2024 14:25:20 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=8F=90=E4=BA=A4=E4=B8=AD?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 8fa32cf0..0345aa46 100644 --- a/main.js +++ b/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'// 工作流地址 通用