From 48673ccc44858ad402b405012428ab6e47f8c52d Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 6 Nov 2025 10:33:26 +0800 Subject: [PATCH] =?UTF-8?q?modify:=E5=85=A8=E5=B1=80=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=81=A2=E5=A4=8D=EF=BC=8C=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=AF=B4=E6=98=8E=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 6df7b6a..3c77aa7 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,10 @@ // 应用全局配置 module.exports = { - //项目初始化时设置的IP的端口 一般为调试模式时的信息 - // baseUrl: 'http://127.0.0.1:9292', - baseUrl: 'http://10.180.218.86:9292', + //###### baseUrl(访问后端的地址)####### + //###### 发布版本也不要来改这里,可以启动后在连接配置界面改 ####### + //###### 【IP端口配置】界面,为解决一次发布,多处使用 ####### + //###### 如发布一个APP,可配置访问本地测试服务 127 或 现场实际 IP ####### + baseUrl: 'http://127.0.0.1:9292', //页面是否开启验证码:针对于登录页和注册页 captchaEnabled: false, // 应用信息