【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'

)}

posted @ 2020-01-02 15:43  ClaudiaYan  阅读(2560)  评论(0编辑  收藏  举报