查询次数bug

This commit is contained in:
2025-07-25 19:26:10 +08:00
parent 7148322bd4
commit f5dc71d343
2 changed files with 9 additions and 4 deletions

View File

@@ -18,12 +18,12 @@ if (process.env.NODE_ENV === 'development') {
// 生产环境
// baseURL = "https://api.tkpage.yolozs.com"
// baseURL = "http://192.168.1.174:8101"
baseURL = "http://47.79.98.113:8101"
baseURL = "https://crawlclient.api.yolozs.com"
} else {
// 测试环境
// baseURL = "http://120.26.251.180:8085/"
// 开发环境
baseURL = "http://47.79.98.113:8101"
baseURL = "https://crawlclient.api.yolozs.com"
// baseURL = "http://api.tkpage.vvtiktok.cn"
}