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