解决方式"h5" : { "router" : { "mode" : "history" ,//路由跳转模式,支持 hash|history ,默认 hash "base": "/" }} 采用的是history模式,h5 打包后,分享出去的页面,Android微信无法跳到指定页面直接显示404,苹果微信可以打开,这种bug怎么解决 解决方式nginx配置一下 try_files $uri $uri/ /index.html;