优化代码

This commit is contained in:
pengxiaolong
2025-09-29 20:47:58 +08:00
parent aa74346232
commit 9a34d0cea6

View File

@@ -15,10 +15,10 @@ import { setStorage , getStorage } from '@/utils/storage.js';
let baseURL = ''
if (process.env.NODE_ENV === 'development') {
// 生产环境
baseURL = "https://pk.zhukeping.com/"
baseURL = "https://pk.hanxiaokj.cn/"
} else {
// 测试环境
baseURL = "https://pk.zhukeping.com/"
baseURL = "https://pk.hanxiaokj.cn/"
}
// 请求拦截器