module.exports = { devServer: { port: 8999, // web端口 open: true // 自动打开网页 } }