refactor: review

This commit is contained in:
meilin.huang
2023-09-26 17:38:52 +08:00
parent a1eca3d691
commit 92dff6fdc3
38 changed files with 479 additions and 388 deletions

View File

@@ -2,4 +2,8 @@
ENV = 'production'
# 线上环境接口地址
VITE_API_URL = '/api'
VITE_API_URL = '/api'
# 路由模式
# Optional: hash | history
VITE_ROUTER_MODE = hash