优化代码

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 = '' let baseURL = ''
if (process.env.NODE_ENV === 'development') { if (process.env.NODE_ENV === 'development') {
// 生产环境 // 生产环境
baseURL = "https://pk.zhukeping.com/" baseURL = "https://pk.hanxiaokj.cn/"
} else { } else {
// 测试环境 // 测试环境
baseURL = "https://pk.zhukeping.com/" baseURL = "https://pk.hanxiaokj.cn/"
} }
// 请求拦截器 // 请求拦截器