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