feat: 添加axios请求工具,支持请求拦截和响应处理

This commit is contained in:
ioococ
2025-11-16 18:47:00 +08:00
parent d16f70601b
commit 13bd80471b
5 changed files with 234 additions and 19 deletions

2
.env.development Normal file
View File

@@ -0,0 +1,2 @@
VITE_API_BASE_URL=http://localhost:3000/api
VUE_APP_ENV=development