秦皇岛市抗灾防旱
 
 
 
Go to file
fangjiakai 4ed118ed74 feat(request): 重构 axios 请求并添加新功能
- 创建独立的 request 实例,避免全局 axios 默认配置冲突
- 添加文件上传下载功能
- 新增 get、post 方法的 loading 控制
-优化请求拦截器,统一处理 Token 和 loading
- 重构响应拦截器,统一处理登录失效和请求错误
2025-06-10 18:04:50 +08:00
public init 2025-06-09 08:46:56 +08:00
src feat(request): 重构 axios 请求并添加新功能 2025-06-10 18:04:50 +08:00
.editorconfig init 2025-06-09 08:46:56 +08:00
.env init 2025-06-09 08:46:56 +08:00
.env.development 台账init 2025-06-09 11:33:46 +08:00
.env.production init 2025-06-09 08:46:56 +08:00
.eslintignore init 2025-06-09 08:46:56 +08:00
.eslintrc.cjs init 2025-06-09 08:46:56 +08:00
.gitignore init 2025-06-09 08:46:56 +08:00
.prettierrc.cjs init 2025-06-09 08:46:56 +08:00
README.md init 2025-06-09 08:46:56 +08:00
index.html feat(request): 重构 axios 请求并添加新功能 2025-06-10 18:04:50 +08:00
jsconfig.json init 2025-06-09 08:46:56 +08:00
package-lock.json 台账init 2025-06-09 11:33:46 +08:00
package.json 台账init 2025-06-09 11:33:46 +08:00
postcss.config.cjs init 2025-06-09 08:46:56 +08:00
vite.config.js 台账init 2025-06-09 11:33:46 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.