From af758a0ccc05423cc458415b0417dba84ed44d95 Mon Sep 17 00:00:00 2001 From: ISFP_T <68358856@qq.com> Date: Wed, 10 Jun 2026 09:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= 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 cbd2bfe..ca0792e 100644 --- a/config/url.js +++ b/config/url.js @@ -1,7 +1,7 @@ // export const URL = "https://my.gxfs123.com/api" //正式服务器-弃用 // export const URL = "https://manager.fdzpower.com/api" //正式国内服务器 -export const URL = "https://ina.fdzpower.com/api" //正式国外服务器 -// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器 +// export const URL = "https://ina.fdzpower.com/api" //正式国外服务器 +export const URL = "https://fansdev.gxfs123.com/api" //测试服务器 // export const URL = "http://192.168.0.58:8080" //本地调试 // export const URL = "http://127.0.0.1:8080" //本地调试