修改bug:导出删除

This commit is contained in:
2025-07-02 19:21:48 +08:00
parent c33ae29649
commit 0e230629fa
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ let baseURL = ''
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 = "http://192.168.1.174:8101"
baseURL = "http://47.79.98.113:8101"
} else {
// 测试环境
// baseURL = "http://120.26.251.180:8085/"