码迷,mamicode.com
首页 > 其他好文 > 详细

vue 路由 vue-router 模式 hash history

时间:2020-06-15 17:48:58      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:abc   利用   code   history   模拟   dash   一个   router   tor   

hash

vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载。

URL:http://www.abc.com/#/hello, hash 的值为#/hello 。 hash 虽然出现URL中,但不会被包含在HTTP请求中,对后端完全没有影响,因此改变hash不会重新加载页面。

history 

利用 history.pushState API 完成 URL 跳转无需重新加载页面

url 是正常的url,没有 # ,不过这种模式需要后台配置支持。

vue 路由 vue-router 模式 hash history

标签:abc   利用   code   history   模拟   dash   一个   router   tor   

原文地址:https://www.cnblogs.com/lpp-11-15/p/13132082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!