perf: 优化第一次进入加载速度

This commit is contained in:
xingyu
2023-01-19 11:15:41 +08:00
parent 2a332a95f9
commit 372de7a4d5
9 changed files with 32 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# 本地开发环境
NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://localhost:48080'