module.exports = { devServer: { client: { overlay: false // 禁用webpack错误覆盖层,允许自定义错误处理显示 } } }