From c5277af28fb3c500ce8f7cb3b2f74b031578ad7e Mon Sep 17 00:00:00 2001 From: ISFP_T <68358856@qq.com> Date: Wed, 29 Oct 2025 18:20:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=89=93=E5=8C=85=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/url.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/url.js b/config/url.js index 0be9782..b7c9bd0 100644 --- a/config/url.js +++ b/config/url.js @@ -1,6 +1,6 @@ // export const URL = "https://my.gxfs123.com/api" //正式服务器 -// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器 -export const URL = "http://192.168.5.120:8080" //本地调试 +export const URL = "https://fansdev.gxfs123.com/api" //测试服务器 +// export const URL = "http://192.168.5.120:8080" //本地调试 // export const URL = "http://127.0.0.1:8080" //本地调试 export const appid = "wx2165f0be356ae7a9" //小程序appid \ No newline at end of file