.env.development 1.1 KB

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