【vue-cli3踩坑】Failed to load resource: net::ERR_FILE_NOT_FOUND

1.vue.config.js中设置

module.exports = { publicPath: './' }

src/router.js中,干掉mode

2.export default new Router({

// mode: 'history'

)}

原文地址:https://www.cnblogs.com/ClaudiaYan/p/12133334.html