fix(env): 环境变量不生效bug
This commit is contained in:
@@ -11,6 +11,7 @@ type Data<T> = {
|
||||
|
||||
// 请求基地址
|
||||
const baseURL = import.meta.env.VITE_SERVER_BASEURL
|
||||
console.log(import.meta.env)
|
||||
|
||||
// 拦截器配置
|
||||
const httpInterceptor = {
|
||||
|
||||
Reference in New Issue
Block a user