.env.development 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. # 测试线
  5. VUE_APP_BASE_API = 'http://192.168.1.70:8082/'
  6. #许义平本地
  7. <<<<<<< .mine
  8. # VUE_APP_BASE_API = 'http://192.168.1.96:8082/'
  9. =======
  10. VUE_APP_BASE_API = 'http://192.168.1.70:8088/'
  11. >>>>>>> .theirs
  12. <<<<<<< .mine
  13. # VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
  14. # VUE_APP_BASE_API = 'http://kpttestnt.kptyun.com/'
  15. # VUE_APP_BASE_API = 'http://210.16.189.72:8081/'
  16. # VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
  17. # 南通测试线
  18. # VUE_APP_BASE_API = 'http://kpttestnt.kptyun.com/'
  19. # VUE_APP_BASE_API = 'http://tmrwatch.cn/'
  20. # 测试线
  21. # VUE_APP_BASE_API = 'http://tmrwatch.cn:8081/'
  22. # VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
  23. # VUE_APP_BASE_API = 'http://lhpc81.kptyun.com/'
  24. # 白少杰
  25. # VUE_APP_BASE_API = 'http://192.168.1.77:8081/'
  26. =======
  27. >>>>>>> .theirs
  28. # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
  29. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
  30. # It only does one thing by converting all import() to require().
  31. # This configuration can significantly increase the speed of hot updates,
  32. # when you have a large number of pages.
  33. # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
  34. VUE_CLI_BABEL_TRANSPILE_MODULES = true