电子产品网站建设策划书,做网站600,discuz做服务网站,做ppt找图片在哪个网站在vue2项目中#xff0c;如果我们使用的路由是history模式#xff0c;刷新会导致页面404#xff0c;解决方法很简单#xff0c;在vue.config.js文件中的devServer下增加historyApiFallback: true; 代码如下:
module.exports {devServer: {historyApiFallback: true,}
}在vue2项目中如果我们使用的路由是history模式刷新会导致页面404解决方法很简单在vue.config.js文件中的devServer下增加historyApiFallback: true; 代码如下:
module.exports {devServer: {historyApiFallback: true,}
}