Merge branch 'dev' of 112.124.100.131:GFRS/ebiz-h5 into dev

# Conflicts:
#	src/views/ebiz/my/UserInfo.vue
#	src/views/ebiz/sale/SignatureConfirmation.vue
#	src/views/ebiz/sale/SignatureOfElectronic.vue
This commit is contained in:
pang.lizong
2019-09-19 18:11:52 +08:00
72 changed files with 3760 additions and 2228 deletions

View File

@@ -21,16 +21,16 @@ module.exports = {
}
}
},
// devServer: {
// proxy: {
// '/api': {
// target: 'http://139.199.50.151:7000',
// changeOrigin: true,
// ws: true,
// pathRewrite: {
// '^/api': ''
// }
// }
// }
// }
chainWebpack: config => {
// 移除 prefetch 插件
config.plugins.delete('prefetch')
// 或者
// 修改它的选项:
// config.plugin('prefetch').tap(options => {
// options[0].fileBlacklist = options[0].fileBlacklist || []
// options[0].fileBlacklist.push(/myasyncRoute(.)+?\.js$/)
// return options
// })
}
}