vue2进阶篇:vue-router之路由的2种工作模式

2024-10-10 13:38:56 浏览数 (1)

@toc

10.14路由的2种工作模式

<font color='red'>注意点1:</font>

问题:路由的2种工作模式

<font color='red'>答案:</font>hash模式和history模式。其中hash模式就是url路径带/#/的,#后面的以hash值传向服务器,而history模式就是最普通的url路径

<font color='red'>注意点2:</font>

问题:hash模式和history模式区别?

<font color='red'>答案:</font>

本人其他相关文章链接

1.《vue2进阶篇:路由》第10章:vue-router,包括基础路由、嵌套路由、路由的query参数和params参数、命名路由、router-link的replace属性、编程式路由、缓存路由组件

2.vue2进阶篇:安装路由

3.vue2进阶篇:vue-router之基础路由

4.vue2进阶篇:vue-router之嵌套(多级)路由

5.vue2进阶篇:vue-router之路由的query参数

6.vue2进阶篇:vue-router之命名路由

7.vue2进阶篇:vue-router之路由的params参数

8.vue2进阶篇:vue-router之路由的props配置

9.vue2进阶篇:vue-router之router-link的replace属性

10.vue2进阶篇:vue-router之编程式路由导航

11.vue2进阶篇:vue-router之缓存路由组件

12.vue2进阶篇:vue-router之两个新的生命周期钩子

13.vue2进阶篇:vue-router之使用“全局路由守卫”

14.vue2进阶篇:vue-router之“使用独享路由守卫”

15.vue2进阶篇:vue-router之“使用组件内路由守卫”

16.vue2进阶篇:vue-router之路由的2种工作模式

0 人点赞