From e5a8e5cd767fce9ecdd55c1a9b1946256b6c9e7a Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Fri, 6 Sep 2024 14:42:23 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E6=96=B0=E5=A2=9E=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 1c6c9f55..f5bed289 100644 --- a/main.js +++ b/main.js @@ -38,6 +38,7 @@ 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://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/' // 鞍钢测试地址 @@ -51,7 +52,7 @@ if (process.env.NODE_ENV === 'development') { // Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用) // Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 // Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 - Vue.prototype.work_url = 'http://192.168.34.175:5173' // 工作流地址 + // Vue.prototype.work_url = 'http://192.168.34.175:5173' // 工作流地址 // Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址 // Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址 // Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址