【vue-router】关于在vue2使用vue-router的hash模式与history模式对引入图片资源的影响以及解决方案
项目场景:环境:vue2+vue-router3,使用vue-cli脚手架进行项目的搭建,路由采用history路由图片资源的引入路由的配置{path:'*',name:'Index',component:Index,meta:{title:'',keepAlive:true}},{path:'/bind',name:'BindAccount',component:Bind,meta:{title