背景:之前一直用hash模式,改成history模式后刷新页面404
解决:vue.config.js 中 publicPath: "/"
vue.config.js
publicPath: "/"
如果是线上服务则还需要后端修改一些配置,见链接 点击查看