From 4bc63ab6c1d44de9a8d197bdd33e0c628a345610 Mon Sep 17 00:00:00 2001 From: wangyan Date: Mon, 10 Nov 2025 11:31:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E6=95=B0=E6=8D=AE=E5=BA=93=E5=92=8C?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改数据源1、2、3的URL地址为172.16.70.228:33080 - 更新数据源1、2、3的密码为Mysql@zcloud33080 - 修改后台服务地址为http://192.168.4.227:8098/ - 更新Vue开发服务器host为192.168.4.227 --- config/index.js | 2 +- static/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 111839d..65b9c07 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ module.exports = { proxyTable: {}, // Various Dev Server settings - host: '192.168.0.37', // can be overwritten by process.env.HOST + host: '192.168.4.227', // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, diff --git a/static/config.js b/static/config.js index afa0da0..3e7fa05 100644 --- a/static/config.js +++ b/static/config.js @@ -1,7 +1,7 @@ const config = { weburl: 'http://36.150.108.91:8501/', // 前台地址 // httpurl: 'http://36.150.108.91:8501/zcloud-admin/', // 后台地址 - httpurl: 'http://192.168.0.37:8098/', // 后台地址 + httpurl: 'http://192.168.4.227:8098/', // 后台地址 // httpurl: 'https://operate.zcloudchina.com/', // 后台地址 qyurl: 'https://qyag.zcloudchina.com/qyag/', // 企业前台 adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',