mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 19:41:44 +08:00
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
# 运行环境
|
|
VITE_PROD = false
|
|
VITE_DEV = true
|
|
|
|
VITE_PORT = 3000
|
|
|
|
# BASE_URL
|
|
VITE_BASE_URL = https://api-catch.ranesuangyu.top
|
|
|
|
# 上传域名
|
|
VITE_UPLOAD_URL = /upload
|
|
|