目前前端访问地址是 http://localhost:8081现在想改成 http://localhost:8080这个要怎么修改啊?
vue.config.js中配置,若配置端口被占用会依次顺延devServer: {...port: xxxx //端口号,..