jiangping
2024-08-27 3a992a2be8c1cc815719ac76cd7242dd7a2f7c2d
1
2
3
4
# 生产环境配置
NODE_ENV = 'production'
 
VUE_APP_API_URL  = 'http://localhost:10010'