美文网首页
vue-router

vue-router

作者: 卷村队队员 | 来源:发表于2020-06-29 11:36 被阅读0次
路由模式(hash H5 history)
window.onhashchang = (event) => {
//event.oldUrl
//event.oldUrl
//location.hash
}
  • history模式(默认) 例如:http://xxx.xxx.xxx/home
    history.pushSate
    window.onpopState
    后者需要server端支持,因此无特情况使用hash模式
路由配置(动态路由、懒加载)

相关文章

网友评论

      本文标题:vue-router

      本文链接:https://www.haomeiwen.com/subject/lqyutktx.html