.env.production 1.1 KB

123456789101112131415161718192021222324252627282930
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 尔泓/生产环境
  4. VUE_APP_BASE_API = 'https://winfaster.cn/api'
  5. VUE_APP_ACTION_URL='https://winfaster.cn/api/blade-resource/obs/upload'
  6. VUE_APP_ACTION_CUSTOMER_URL='https://winfaster.cn/api/saas-customer/saas/customer/customer/excel/customer/import'
  7. VUE_APP_ACTION_CONTRACTS_URL='https://winfaster.cn/api/saas-customer/saas/customer/customer/contacts/excel/contracts/import'
  8. VUE_APP_ACTION_SUPPLY_URL='https://winfaster.cn/api/saas-business-tradeerp/saas/business/tradeerp/supply/excel/import'
  9. VUE_APP_ACTION_PRODUCT_URL='https://winfaster.cn/api/saas-business-tradeerp/saas/business/tradeerp/product/excel/import'
  10. VUE_APP_ACTION_enterpriseBatch_URL='https://winfaster.cn/api/saas-customer/saas/customer/customer/duplicate/check/batch'
  11. VUE_APP_ACTION_contactsBatch_URL='https://winfaster.cn/api/saas-customer/saas/customer/customer/contacts/duplicate/check/batch'
  12. VUE_APP_IMG_URL='https://os.winfaster.cn'
  13. VUE_APP_MESSAGE_URL='wss://winfaster.cn/api'
  14. VUE_APP_TIME = 60000
  15. # 路由懒加载
  16. VUE_CLI_BABEL_TRANSPILE_MODULES = true
  17. VUE_APP_NEW_MAIL_FILE='http://winfaster.cn:8083'