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