2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

feat: alova.js替换axios

This commit is contained in:
耗子
2025-02-09 04:42:44 +08:00
parent a07c50b3f5
commit 23e215b009
14 changed files with 233 additions and 568 deletions

View File

@@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = '/'
# 是否hash路由模式
VITE_USE_HASH = false
# axios base api
# base api
VITE_BASE_API = '/api'
# 是否启用代理(只对本地vite server生效)