Administrator
2025-09-18 c135f22291c416fca9ffbfe1904a304835574d80
1
2
3
4
5
# 线上环境
ENV = 'production'
 
# 线上环境接口地址
VITE_API_URL = '/prod-api'