Zlpt_Portal/env/.env.production

6 lines
104 B
Plaintext
Raw Normal View History

2023-11-30 10:49:45 +08:00
VITE_ENV = 'production'
VITE_BUILD_MODE = 'prod'
# 线上环境接口地址
2024-11-28 15:11:08 +08:00
VITE_API_URL = '/proxyApi'