.env.development 356 B

12345678910111213141516171819
  1. # just a flag
  2. NODE_ENV = 'development'
  3. VUE_APP_MODE = 'development'
  4. # base api
  5. # 119.29.229.56
  6. # 1.14.244.91
  7. # 192.168.3.92:82
  8. # http://1.14.244.91:182/
  9. # VUE_APP_BASE_API = 'http://192.168.3.86:83/op/base'
  10. VUE_APP_BASE_API = '/api'
  11. # VUE_APP_BASE_API = 'http://192.168.3.180/op/base'
  12. #预览api地址
  13. VUE_APP_PREVIEW_URL = 'http://192.168.3.91:8012'