liukangdong
2024-05-24 4f9c002c8963f93376e10e58f9023ab7839e4ebc
1
2
3
4
# 生产环境配置
NODE_ENV = 'production'
 
VUE_APP_API_URL  = 'http://localhost:10010'