Vue-router部署采用history方式部署

打包之前:

1、将router里面的mode修改成history,将base修改成部署的前端工程名称即可

Vue-router部署采用history方式部署_第1张图片

2、修改tomcat配置,将web.xml里面添加一行


	404  
	/index.html  

3、将工程丢掉tomcat下面 启动服务器即可。

Vue-router部署采用history方式部署_第2张图片

你可能感兴趣的:(vue)