This commit is contained in:
pengxiaolong
2025-07-03 19:34:19 +08:00
parent 52415dee0b
commit a46cbf79f6

View File

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