uniapp-vue3-vite-ts-template/.env.development
2022-06-05 20:38:10 +08:00

9 lines
161 B
Plaintext

# 运行环境
VITE_PROD = false
VITE_DEV = true
# BASE_URL
VITE_BASE_URL = http://api-catch.ranesuangyu.top
# 上传域名
VITE_UPLOAD_URL = 'YOUR UPLOAD URL'