vue.config.js 里面加上如下代码即可
devServer: {
client: {
overlay: false
}
},
vue.config.js 里面加上如下代码即可
devServer: {
client: {
overlay: false
}
},