fix: 配置文件修改。

This commit is contained in:
tianyongbao
2026-01-20 16:12:32 +08:00
parent ccb493a6a8
commit 1b65f78f71

View File

@@ -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