vue3-element-admin/.env.production

10 lines
155 B
Plaintext
Raw Normal View History

2022-03-07 21:17:22 +08:00
## 生产环境
2021-11-19 23:57:55 +08:00
2022-03-27 21:45:50 +08:00
VITE_APP_PORT = 3000
2023-08-04 17:50:25 +08:00
# API请求前缀
VITE_APP_BASE_API = '/prod-api'
2023-08-04 17:50:25 +08:00
# proxy代理配置
VITE_APP_API_URL = "http://vapi.youlai.tech"