.env.production 554 B

1234567891011121314151617181920
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 尔泓/生产环境
  4. VUE_APP_BASE_API = 'http://www.printmat.cn:8181/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_TIME = 60000
  11. # 路由懒加载
  12. VUE_CLI_BABEL_TRANSPILE_MODULES = true