Files
template-MP/.env
2025-11-05 16:20:06 +08:00

20 lines
329 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 接口地址
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