123456789101112131415161718192021222324252627282930313233 |
- NODE_ENV = production
- # 测试环境配置
- ENV = 'staging'
- # 尔泓/测试环境
- VUE_APP_BASE_API = 'http://139.9.184.42/api'
- VUE_APP_ACTION_URL='http://139.9.184.42:8866/blade-resource/obs/upload'
- VUE_APP_ACTION_CUSTOMER_URL='http://139.9.184.42:8866/saas-customer/saas/customer/customer/excel/customer/import'
- VUE_APP_ACTION_CONTRACTS_URL='http://139.9.184.42:8866/saas-customer/saas/customer/customer/contacts/excel/contracts/import'
- VUE_APP_ACTION_SUPPLY_URL='http://139.9.184.42:8866/saas-business-tradeerp/saas/business/tradeerp/supply/excel/import'
- VUE_APP_ACTION_PRODUCT_URL='http://139.9.184.42:8866/saas-business-tradeerp/saas/business/tradeerp/product/excel/import'
- VUE_APP_ACTION_enterpriseBatch_URL='http://139.9.184.42:8866/saas-customer/saas/customer/customer/duplicate/check/batch'
- VUE_APP_ACTION_contactsBatch_URL='http://139.9.184.42:8866/saas-customer/saas/customer/customer/contacts/duplicate/check/batch'
- VUE_APP_IMG_URL='https://os.winfaster.cn'
- VUE_APP_MESSAGE_URL='ws://139.9.184.42:8866'
- VUE_APP_TIME = 60000
- # 路由懒加载
- VUE_CLI_BABEL_TRANSPILE_MODULES = true
- VUE_APP_NEW_MAIL_FILE='http://139.9.184.42:8083'
|