From 38ba528f76706d930bce5729b686df072e1f0f9e Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Fri, 6 Jun 2025 13:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request.js b/request.js index 7860d40..b3fa0b4 100644 --- a/request.js +++ b/request.js @@ -1,6 +1,6 @@ export const local='http://localhost:9091'; export const ip = 'http://27.30.77.229:9091'; export const test = 'http://27.30.77.229:9092'; -export const baseUrl = ip; +export const baseUrl = test; export const globalImgUrl = baseUrl + '/file/download/' \ No newline at end of file