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