From 44c54cbf3f1e3ed78d5298a9ae7dcafc524580d3 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 4 Apr 2026 19:17:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=8D=A2=E4=B8=BAprod=E5=88=86=E6=94=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 8d76e19..f581d28 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -12,7 +12,7 @@ const getBaseUrl = () => { BASE_URL = 'http://127.0.0.1:8080' // 本地调试后端地址 } else { // BASE_URL = 'https://api.yuceyun.cn' //填写你的请求域名 - BASE_URL = 'https://api.yuceyun.cn/test-api' // 测试环境 + BASE_URL = 'https://api.yuceyun.cn/prod-api' // 测试环境 // BASE_URL = 'http://127.0.0.1:8080' // 本地调试后端地址 // BASE_URL = 'http://47.102.210.182:6678' //测试环境 }