uniapp-vue3-vite-ts-template/.env.development
2023-03-29 20:10:58 +08:00

12 lines
135 B
Plaintext

# 运行环境
VITE_ENV = development
VITE_PORT = 3000
# BASE_URL
VITE_BASE_URL = /api/v1
# 上传域名
VITE_UPLOAD_URL = /upload