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