.env.development 606 B

1234567891011121314151617181920212223
  1. # 开发环境配置
  2. ENV = 'development'
  3. # 智能仓储/开发环境
  4. VUE_APP_BASE_API = '/api'
  5. # VUE_APP_BASE_API_URL='http://192.168.1.175:8188/'
  6. VUE_APP_BASE_API_URL='https://wmswx.adprintingplus.com/'
  7. # VUE_APP_BASE_API_URL='http://120.79.80.64:8050/'
  8. # VUE_APP_BASE_API_URL='https://wmswx.adprintingplus.com/'
  9. VUE_APP_ACTION_URL='http://114.115.167.11:8082/api/common/uploadFile'
  10. VUE_APP_MESSAGE_URL='114.115.167.11:8189'
  11. VUE_APP_IMG_URL='https://bridge.obs.cn-north-1.myhuaweicloud.com'
  12. VUE_APP_TIME = 3000000
  13. VUE_APP_TIMETWO = 6000000
  14. # 路由懒加载
  15. VUE_CLI_BABEL_TRANSPILE_MODULES = true