.env.development 1002 B

1234567891011121314151617181920212223242526272829303132333435
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. # 测试线
  5. # VUE_APP_BASE_API = 'http://210.16.189.72:8081/'
  6. # VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
  7. # VUE_APP_BASE_API = 'http://tmrwatch.cn/'
  8. # VUE_APP_BASE_API = 'http://lhpc81.kptyun.com/'
  9. # 陈文强
  10. # VUE_APP_BASE_API = 'http://192.168.1.87:8081/'
  11. # 白少杰
  12. <<<<<<< HEAD
  13. # VUE_APP_BASE_API = 'http://192.168.1.89:8081/'
  14. =======
  15. VUE_APP_BASE_API = 'http://192.168.1.89:8081/'
  16. >>>>>>> 63ce8c0319c1ba9f742fea6e6fe1bab17931e17c
  17. #=====
  18. # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
  19. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
  20. # It only does one thing by converting all import() to require().
  21. # This configuration can significantly increase the speed of hot updates,
  22. # when you have a large number of pages.
  23. # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
  24. VUE_CLI_BABEL_TRANSPILE_MODULES = true