在webpack.config.js文件里面配置开发服务器devServer: { historyApiFallback: true, noInfo: true, port:9188,//访问端口 colors:true},
需要去掉colors:true不然报错