You've already forked template-MP
20 lines
329 B
Bash
20 lines
329 B
Bash
# 接口地址
|
||
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 |