.env.development 200 B

123456789
  1. # just a flag
  2. ENV = 'development'
  3. port = 8080
  4. # base api
  5. VUE_APP_BASE_API = 'http://192.168.66.208:8084'
  6. #192.168.66.208
  7. #朱:192.168.66.163
  8. #测试服务器:121.36.251.245
  9. #线上:183.195.216.54