From 1b65f78f71104d52972d46b32d38d0c10ff53d99 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 20 Jan 2026 16:12:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 7dfeb55..ab7680e 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -12,8 +12,8 @@ const getBaseUrl = () => { BASE_URL = 'http://127.0.0.1:8080' // 本地调试后端地址 } else { // BASE_URL = 'https://api.yuceyun.cn' //填写你的请求域名 - // BASE_URL = 'https://api.yuceyun.cn/fishery-api' // 测试环境 - BASE_URL = 'http://127.0.0.1:8080' // 本地调试后端地址 + BASE_URL = 'https://api.yuceyun.cn/fishery-api' // 测试环境 + // BASE_URL = 'http://127.0.0.1:8080' // 本地调试后端地址 // BASE_URL = 'http://47.102.210.182:6678' //测试环境 } return BASE_URL