mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 19:41:44 +08:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
# 运行环境
|
|
VITE_ENV=development
|
|
|
|
# api域名
|
|
VITE_API_URL = 'YOUR API URL'
|
|
|
|
# 上传域名
|
|
VITE_UPLOAD_URL = 'YOUR UPLOAD URL' |