.env.development 1.2 KB

1234567891011121314151617181920212223242526272829
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = '/pb'
  5. #VUE_APP_BASE_API = 'http://192.168.1.44:8090'
  6. #VUE_APP_BASE_API = 'http://192.168.1.73:8099'
  7. #VUE_APP_BASE_API = 'http://192.168.1.59:8181'
  8. #VUE_APP_BASE_API = 'http://192.168.1.138:8090'
  9. #VUE_APP_BASE_API = 'http://192.168.1.56:8090'
  10. #VUE_APP_BASE_API = 'http://192.168.1.22:8090'
  11. #VUE_APP_BASE_API = 'http://192.168.2.123:8090'
  12. #VUE_APP_BASE_API = 'http://192.168.1.66:8090'
  13. #VUE_APP_BASE_API = 'http://192.168.1.33:8090'
  14. #VUE_APP_BASE_API = 'http://47.103.84.220:20000'
  15. #VUE_APP_BASE_API = 'http://product-service.winsea.com/'
  16. #VUE_APP_BASE_API = 'http://standard-dev.winsea.com/'
  17. #VUE_APP_ BASE_API = 'http://saas-test.winsea.com/pb'
  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