.env.development 870 B

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