vue cli3 打包部署 Failed to load resource: net::ERR_FILE_NOT_FO 找不到路径问题

1.vue.config.js中设置

module.exports { publicPath'./' }

src/router.js中,干掉mode

2.export default new Router({

// mode: 'history'

)}

原文地址:https://www.cnblogs.com/lansy/p/12299140.html