feat(env): 添加环境变量配置并优化代理设置

- 新增 .env 文件,配置不同环境下的基础 URL
- 更新 vite.config.ts,添加环境变量加载和代理配置- 添加 request.js 工具类,用于处理 HTTP 请求
- 更新相关组件,集成新的请求方法
This commit is contained in:
陈昱达
2025-03-10 19:05:49 +08:00
parent 5f49ae95cc
commit fe56872f72
14 changed files with 321 additions and 71 deletions

4
auto-imports.d.ts vendored
View File

@@ -5,4 +5,6 @@
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {}
declare global {
}