mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 06:12:44 +08:00
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
# 运行环境
|
|
VITE_ENV=production
|
|
|
|
# 是否使用模拟数据
|
|
VITE_USE_MOCK=true
|
|
|
|
# api域名
|
|
VITE_BASE_URL=/api/v1
|
|
|
|
|
|
# 上传域名
|
|
VITE_UPLOAD_URL=/upload
|