mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
# 运行环境
|
|
VITE_PROD = true
|
|
VITE_DEV = false
|
|
|
|
# api域名
|
|
VITE_BASE_URL = https://api-catch.ranesuangyu.top
|
|
|
|
# 上传域名
|
|
VITE_UPLOAD_URL = /upload
|