Failed to load resource: net::ERR_FILE_NOT_FOUND
vue打包之后报错:【vue-cli3踩坑】Failed to load resource: net::ERR_FILE_NOT_FOUND1.vue.config.js中设置module.exports = { publicPath: ‘./’ }src/router.js中,干掉mode (搭建脚手架3.0中会默认生成下方,把他给删掉,然后在配置vue.config.js的默认路径就可以了)2.export default new Router({// mode: ‘history’)}