新增:全量优化

This commit is contained in:
yuantao
2025-11-05 16:20:06 +08:00
parent ca6bf7f211
commit 65656f1810
27 changed files with 2407 additions and 292 deletions

24
.env
View File

@@ -1,4 +1,20 @@
VITE_BASE_URL= #接口地址
VITE_ASSETSURL=https://cdn.vrupup.com/s/1598/assets/ #资源地址
VITE_APPID=wx9cb717d8151d8486 #小程序APPID
VITE_UNI_APPID=_UNI_8842336 #UNI-APPID
# 接口地址
VITE_BASE_URL=
# 资源地址
VITE_ASSETSURL=https://cdn.vrupup.com/s/1598/assets/
# 小程序APPID
VITE_APPID=wx9cb717d8151d8486
# UNI-APPID
VITE_UNI_APPID=_UNI_8842336
# 调试模式
VITE_DEBUG=false
# API超时时间毫秒
VITE_API_TIMEOUT=10000
# 版本号
VITE_APP_VERSION=1.0.0