You've already forked template-MP
新增:全量优化
This commit is contained in:
24
.env
24
.env
@@ -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
|
||||
Reference in New Issue
Block a user