Vue 解决 Vue 生成的 dist 在本地打开失败 在 vue.config.js 里把 publicPath 设置为 ./,打包后即可直接双击 html 查看,无需放到服务器里边。 module.exports = { publicPath: './' }