提升稳定性

This commit is contained in:
2025-09-01 14:42:04 +08:00
parent 3a7c5556fd
commit 1666d9aa14
10 changed files with 139 additions and 41 deletions

View File

@@ -18,7 +18,7 @@ let baseURL = ''
if (process.env.NODE_ENV === 'development') {
// 生产环境
// baseURL = "https://api.tkpage.yolozs.com"
// baseURL = "http://192.168.1.155:8101"
// baseURL = "http://192.168.1.174:8101"
baseURL = "https://crawlclient.api.yolozs.com"
} else {
// 测试环境