oa_front/.env.production

13 lines
334 B
Plaintext
Raw Normal View History

2024-02-27 17:22:27 +08:00
# 只在生产模式中被载入
ENV = 'production'
# base api url
# VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site'
2024-02-28 10:51:39 +08:00
# VITE_BASE_API_URL = 'http://123.249.107.55'
VITE_BASE_API_URL = 'http://localhost:8001'
2024-02-27 17:22:27 +08:00
# 公共基础路径, 所有资源的路径都将据此配置重写。
VITE_BASE_URL = /api
VITE_DROP_CONSOLE = true