.env.development 577 B

123456789101112131415161718192021
  1. # 开发环境配置
  2. ENV = 'development'
  3. # 尔泓/开发环境
  4. VUE_APP_BASE_API = '/api'
  5. VUE_APP_ACTION_URL='http://www.printmat.cn:8181/api/blade-resource/local/file/upload'
  6. VUE_APP_EXPRESSAGE_URL='http://www.printmat.cn:8181/api/saas-production/saas/production/expressagereconciliation/save'
  7. VUE_APP_IMG_URL='http://www.printmat.cn:8181/file'
  8. VUE_APP_FILE_PREFIX='ftp://www.printmat.cn/'
  9. VUE_APP_MESSAGE_URL='ws://www.printmat.cn:8181/api'
  10. # VUE_APP_MESSAGE_URL='ws://192.168.1.164/api'
  11. VUE_APP_TIME = 3000000
  12. # 路由懒加载
  13. VUE_CLI_BABEL_TRANSPILE_MODULES = true