后端服务地址更新

This commit is contained in:
2025-04-24 22:00:51 +08:00
parent c5fb3ea0b2
commit 5e34aaf402
2 changed files with 2 additions and 2 deletions

BIN
dist.rar

Binary file not shown.

View File

@@ -13,11 +13,11 @@ const router = useRouter();
let baseURL = ''
if (process.env.NODE_ENV === 'development') {
// 生产环境
baseURL = "http://120.26.251.180:8085/"
baseURL = "http://api.tkpage.vvtiktok.cn"
// baseURL = "http://192.168.0.116:8085/"
} else {
// 开发环境
baseURL = "http://120.26.251.180:8085/"
baseURL = "http://api.tkpage.vvtiktok.cn"
}
// 请求拦截器