1234567891011121314151617181920 |
- # 生产环境配置
- ENV = 'production'
- # 尔泓/生产环境
- VUE_APP_BASE_API = 'http://www.printmat.cn:8181/api'
- VUE_APP_ACTION_URL='http://www.printmat.cn:8181/api/blade-resource/local/file/upload'
- VUE_APP_EXPRESSAGE_URL='http://www.printmat.cn:8181/api/saas-production/saas/production/expressagereconciliation/save'
- VUE_APP_IMG_URL='http://www.printmat.cn:8181/file'
- VUE_APP_FILE_PREFIX='ftp://www.printmat.cn/'
- VUE_APP_MESSAGE_URL='ws://www.printmat.cn:8181/api'
- VUE_APP_TIME = 60000
- # 路由懒加载
- VUE_CLI_BABEL_TRANSPILE_MODULES = true
|