.env.staging 1.1 KB

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