导出表格删除数据

This commit is contained in:
2025-08-08 14:34:56 +08:00
parent 85e399bf96
commit aa59af1d66

View File

@@ -19,13 +19,13 @@ if (process.env.NODE_ENV === 'development') {
// 生产环境
// baseURL = "https://api.tkpage.yolozs.com"
// baseURL = "http://192.168.1.155: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"
}