chengsc
2025-05-06 c8131be7ad55d2c652205527666075c1b5034b27
1
2
3
4
5
# 线上环境
ENV = 'production'
 
# 线上环境接口地址
VITE_API_URL = '/prod-api'