[web教学] Vue3 中 createWebHistory 和 createWebHashHistory 的区别

[复制链接]
查看2248 | 回复9 | 2023-8-23 12:07:58 | 显示全部楼层 |阅读模式 来自 中国北京
Vue3 是目前比较盛行的前端框架之一,它提供了很多方便的 API 来帮助我们开辟高效、可维护的应用步调。在利用 Vue Router 进行路由管理时,我们可以利用 createWebHistory 和 createWebHashHistory 来创建不同范例的路由模式。本文将介绍这两种模式的区别和如何选择符合的模式。
createWebHistory

createWebHistory 是 Vue Router 提供的一种基于欣赏器 history API 的路由模式,它利用了 HTML5 中的 history.pushState 和 history.replaceState 方法来实现路由跳转。这种模式可以使得 URL 更加直观,而且不会在 URL 中添加任何特殊字符。比方,我们可以将路由设置为 /home、/about 等等。
利用 createWebHistory 可以通过以下方式创建一个路由:
  1. import { createRouter, createWebHistory } from 'vue-router'
  2. import Home from '@/views/Home.vue'
  3. import About from '@/views/About.vue'
  4. const router = createRouter({
  5.   history: createWebHistory(),
  6.   routes: [
  7.     {
  8.       path: '/home',
  9.       name: 'home',
  10.       component: Home
  11.     },
  12.     {
  13.       path: '/about',
  14.       name: 'about',
  15.       component: About
  16.     }
  17.   ]
  18. })
复制代码
在利用 createWebHistory 时,必要留意以下几点:
在利用 createWebHistory 时,必要在服务器端进行一些设置。由于利用了 history API,如果直接在欣赏器中革新或直接访问某个路由,服务器将无法识别该路由,并返回 404 错误。因此,必要在服务器端设置,将全部的路由请求都返回顾页,再由前端代码进行路由的匹配和处理处罚。
createWebHistory 只支持 HTML5 尺度欣赏器,对于老版本的欣赏器无法利用。
在开辟环境下,我们必要将 webpack 的 historyApiFallback 属性设置为 true,以便在开辟环境下正常利用路由。
createWebHashHistory

createWebHashHistory 是 Vue Router 提供的一种基于欣赏器 URL 的 hash 路由模式,它将路由添加到 URL 中的 hash 中,比方:/#/home、/#/about。这种模式可以制止服务器设置的标题,而且支持全部欣赏器。但是,由于 URL 中添加了 hash,因此在搜索引擎的 SEO 优化中存在一些标题。
利用 createWebHashHistory 可以通过以下方式创建一个路由:
  1. import { createRouter, createWebHashHistory } from 'vue-router'
  2. import Home from '@/views/Home.vue'
  3. import About from '@/views/About.vue'
  4. const router = createRouter({
  5.   history: createWebHashHistory(),
  6.   routes: [
  7.     {
  8.       path: '/home',
  9.       name: 'home',
  10.       component: Home
  11.     },
复制代码
来源:https://blog.csdn.net/weixin_44917334/article/details/129387658
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!
回复

使用道具 举报

Stephencok | 2024-10-26 18:03:31 | 显示全部楼层 来自 印度
Hey there! I'm Stephen hailing from Norway. I specialize in customer support by day, but my heart truly belongs to the realm of SEO and digital marketing. I'm always on the lookout for ways to enhance my skills and keep pace with the ever-evolving trends and algorithms. In my free time, I enjoy immersing myself in nature's wonders or indulging in a Netflix marathon. Let's build connections and thrive together!

Areas of Expertise:

Content optimization
Keyword analysis
Technical SEO
Geotargeting strategies
Data-driven SEO approach

Looking Forward To:

Exchanging ideas and tactics
Learning from fellow SEO enthusiasts
Building meaningful connections within the industry
回复

使用道具 举报

Stephencok | 2024-11-4 23:29:34 | 显示全部楼层 来自 印度
Hey there! I'm Stephen hailing from Norway. I specialize in customer support by day, but my heart truly belongs to the realm of SEO and digital marketing. I'm always on the lookout for ways to enhance my skills and keep pace with the ever-evolving trends and algorithms. In my free time, I enjoy immersing myself in nature's wonders or indulging in a Netflix marathon. Let's build connections and thrive together!

Areas of Expertise:

On-page SEO
Keyword research
Technical SEO
Geotargeting strategies
Data-driven SEO approach

Looking Forward To:

Sharing insights and strategies
Learning from fellow SEO enthusiasts
Building meaningful connections within the industry
回复

使用道具 举报

Stephencok | 2024-11-14 18:09:00 | 显示全部楼层 来自 印度
Hei! I'm Stephen from Norway. I work in customer support, but my true passion lies in the world of SEO and digital marketing. I'm constantly striving to expand my knowledge and stay updated with the latest trends and algorithms. When I'm not helping customers or optimizing websites, you can find me exploring the great outdoors or binge-watching Netflix. Let's connect and grow together!

Areas of Expertise:

On-page SEO
Keyword research
Website optimization
Geotargeting strategies
Data-driven SEO approach

Looking Forward To:

Exchanging ideas and tactics
Gaining knowledge from the SEO community
Building meaningful connections within the industry

catchall email account
回复

使用道具 举报

Stephencok | 2024-11-14 22:43:05 | 显示全部楼层 来自 印度
Hey there! I'm Stephen hailing from Norway. I specialize in customer support by day, but my heart truly belongs to the realm of SEO and digital marketing. I'm always on the lookout for ways to enhance my skills and keep pace with the ever-evolving trends and algorithms. In my free time, I enjoy immersing myself in nature's wonders or indulging in a Netflix marathon. Let's build connections and thrive together!

Areas of Expertise:

Content optimization
Keyword research
Technical SEO
Local SEO
SEO tools and analytics

Looking Forward To:

Exchanging ideas and tactics
Learning from fellow SEO enthusiasts
Building meaningful connections within the industry

How to generate new business
回复

使用道具 举报

Stephencok | 2024-11-16 10:13:54 | 显示全部楼层 来自 印度
Hei! I'm Stephen from Norway. I work in customer support, but my true passion lies in the world of SEO and digital marketing. I'm constantly striving to expand my knowledge and stay updated with the latest trends and algorithms. When I'm not helping customers or optimizing websites, you can find me exploring the great outdoors or binge-watching Netflix. Let's connect and grow together!

Areas of Expertise:

On-page SEO
Keyword research
Technical SEO
Local SEO
Data-driven SEO approach

Looking Forward To:

Exchanging ideas and tactics
Learning from fellow SEO enthusiasts
Networking and collaborating with like-minded professionals

catchallmail Emails
回复

使用道具 举报

Stephencok | 2024-12-15 23:26:47 | 显示全部楼层 来自 印度
Hei! I'm Stephen from Norway. I work in customer support, but my true passion lies in the world of SEO and digital marketing. I'm constantly striving to expand my knowledge and stay updated with the latest trends and algorithms. When I'm not helping customers or optimizing websites, you can find me exploring the great outdoors or binge-watching Netflix. Let's connect and grow together!

Areas of Expertise:

On-page SEO
Keyword analysis
Website optimization
Local SEO
SEO tools and analytics

Looking Forward To:

Exchanging ideas and tactics
Gaining knowledge from the SEO community
Building meaningful connections within the industry

XEvil hCaptcha
回复

使用道具 举报

Stephencok | 2024-12-21 19:41:08 | 显示全部楼层 来自 印度
Hei! I'm Stephen from Norway. I work in customer support, but my true passion lies in the world of SEO and digital marketing. I'm constantly striving to expand my knowledge and stay updated with the latest trends and algorithms. When I'm not helping customers or optimizing websites, you can find me exploring the great outdoors or binge-watching Netflix. Let's connect and grow together!

Areas of Expertise:

Content optimization
Keyword analysis
Technical SEO
Local SEO
SEO tools and analytics

Looking Forward To:

Sharing insights and strategies
Gaining knowledge from the SEO community
Building meaningful connections within the industry

XRumer Botmaster Software free download
回复

使用道具 举报

Stephencok | 2024-12-28 01:16:49 | 显示全部楼层 来自 印度
Hei! I'm Stephen from Norway. I work in customer support, but my true passion lies in the world of SEO and digital marketing. I'm constantly striving to expand my knowledge and stay updated with the latest trends and algorithms. When I'm not helping customers or optimizing websites, you can find me exploring the great outdoors or binge-watching Netflix. Let's connect and grow together!

Areas of Expertise:

On-page SEO
Keyword research
Website optimization
Local SEO
SEO tools and analytics

Looking Forward To:

Exchanging ideas and tactics
Learning from fellow SEO enthusiasts
Building meaningful connections within the industry

Enhance forum automation with XRumer
回复

使用道具 举报

Stephencok | 2024-12-29 02:55:05 | 显示全部楼层 来自 印度
Hey there! I'm Stephen hailing from Norway. I specialize in customer support by day, but my heart truly belongs to the realm of SEO and digital marketing. I'm always on the lookout for ways to enhance my skills and keep pace with the ever-evolving trends and algorithms. In my free time, I enjoy immersing myself in nature's wonders or indulging in a Netflix marathon. Let's build connections and thrive together!

Areas of Expertise:

On-page SEO
Keyword research
Website optimization
Local SEO
SEO tools and analytics

Looking Forward To:

Exchanging ideas and tactics
Gaining knowledge from the SEO community
Building meaningful connections within the industry

Boost success rates with XRumer
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则