后端服务地址更新
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
// 请求拦截器
|
||||
|
||||
Reference in New Issue
Block a user