1、设置启动端口
修改vue.config.js
const port = 8080 // dev port
devServer: { port: port, //open: true, overlay: { warnings: false, errors: true },