当前位置: 首页 > news >正文

响应式网站建设推荐乐云seo域名停靠浏览器

响应式网站建设推荐乐云seo,域名停靠浏览器,建设机械 官方网站,做图书出版 外国网站三种模式 Vue.js 的路由管理有三种模式: Hash 模式(默认):在 URL 中使用 # 符号来管理路由。例如,http://example.com/#/about。这个模式的好处是可以避免浏览器向服务器发送不必要的请求,并且不需要特殊…

三种模式

Vue.js 的路由管理有三种模式:

  • Hash 模式(默认):在 URL 中使用 # 符号来管理路由。例如,http://example.com/#/about。这个模式的好处是可以避免浏览器向服务器发送不必要的请求,并且不需要特殊的服务器配置。
  • History 模式:不使用 # 符号来管理路由,而是直接在 URL 中显示路径。例如,http://example.com/about。这个模式需要服务器配置支持,因为当用户访问直接 URL 时,服务器需要返回 Vue.js 应用程序的 index.html 文件。
  • Abstract 模式:这种模式只在测试和非浏览器环境下使用,它不会对 URL 进行任何更改,也不会与浏览器历史记录交互。
const router = new VueRouter({mode: 'history',routes: [...]
})

除了上述三种模式,还有其他高级路由技术如懒加载、路由守卫等,可以帮助您更好地管理和优化 Vue.js 应用程序的路由。

History模式原理

 Vue.js 的路由管理 History 模式的原理是使用 HTML5 History API。这个 API 允许我们使用浏览器的前进和后退按钮,而不需要重新加载页面。
 在 History 模式下,当用户访问 Vue.js 应用程序中的一个具体 URL 时,服务器将返回应用程序的 index.html 文件。然后,Vue.js 应用程序会加载并解析该文件,并根据 URL 中的路径渲染正确的组件。
 为了保证在非Vue.js路由下也能直接访问子路由,通常情况下需要在服务器上进行相关配置,确保访问任何子路径都返回index.html文件。
 例如,在 Nginx 中,我们可以使用以下配置:

# 这样就可以保证无论用户访问的 URL 是什么,服务器都会返回 index.html 文件。
# 然后,Vue.js 应用程序会根据 URL 中的路径渲染正确的组件。
location / {try_files $uri $uri/ /index.html;
}

 需要注意的是,在开启 History 模式的情况下,如果您的 Vue.js 应用程序使用了相对路径来加载资源,可能会出现问题。因为这些资源路径是相对于 URL 根路径计算的,而不是相对于文件路径计算的。所以,请确保在使用 History 模式时正确设置 publicPath 配置项来指定相对路径的基本 URL。

Hash模式原理

 在 hash 模式下,URL 中的路由信息位于 # 符号后面,例如http://example.com/#/home。当路由信息发生变化时,前端可以获取到路由信息有哪些变化,从而局部渲染加载页面,而不会重新加载整个页面。这使得 Vue.js 可以更快速地响应路由变化,而且不需要请求服务器返回页面。
 hash模式其实是利用的是浏览器的锚点机制,URL中#后的内容是用于锚定到页面内部某个位置的,修改它不会重新发送GET请求。因为锚点信息仅存在于浏览器端,不会发送到服务器端。要重新发送GET请求,需要直接修改URL路径或使用页面跳转方法(如点击链接或通过JavaScript执行页面重定向)
 Vue.js 实现 hash 模式的方式是通过监听浏览器的 hashchange 事件来实现的。当 hash 值发生变化时,Vue.js 会根据新的 hash 值渲染对应的组件。同时,Vue.js 还提供了一个名为 VueRouter 的路由管理器,它封装了所有与 hash 模式相关的操作,包括路由跳转、路由参数处理等。

补充:Vue使用hash模式时也可以在URL中使用锚点。例如,在使用hash模式的情况下,您可以将URL设置为http://example.com/#/path/to/resource#anchor,其中anchor就是锚点。但是需要注意的是,锚点并不会影响路由器的导航行为,它只是用于页面内部跳转到指定位置。

参考资料

1)Vue路由的hash模式实现原理
2)hash路由的实现原理,动态组件和锚点


文章转载自:
http://dinncogoaty.tpps.cn
http://dinncoballon.tpps.cn
http://dinncowrastle.tpps.cn
http://dinncogalatia.tpps.cn
http://dinncosemantics.tpps.cn
http://dinncohearten.tpps.cn
http://dinncoorlon.tpps.cn
http://dinncosulfide.tpps.cn
http://dinncotoggery.tpps.cn
http://dinncohint.tpps.cn
http://dinncochinanet.tpps.cn
http://dinncoberserker.tpps.cn
http://dinncophlogosis.tpps.cn
http://dinncoextragalactic.tpps.cn
http://dinncophormium.tpps.cn
http://dinncorhabdovirus.tpps.cn
http://dinncopopulate.tpps.cn
http://dinncovacillation.tpps.cn
http://dinncodendron.tpps.cn
http://dinncogalactogogue.tpps.cn
http://dinncocholestyramine.tpps.cn
http://dinncobombasine.tpps.cn
http://dinncoanemia.tpps.cn
http://dinncoheeze.tpps.cn
http://dinncoglen.tpps.cn
http://dinncocrackbrained.tpps.cn
http://dinncodermapteran.tpps.cn
http://dinncobudlet.tpps.cn
http://dinncoegotistical.tpps.cn
http://dinncoounce.tpps.cn
http://dinnconicotinism.tpps.cn
http://dinncobabyish.tpps.cn
http://dinncospyglass.tpps.cn
http://dinncoteleman.tpps.cn
http://dinncopathway.tpps.cn
http://dinncojsp.tpps.cn
http://dinncoslough.tpps.cn
http://dinncortm.tpps.cn
http://dinncotetrazzini.tpps.cn
http://dinncocanalage.tpps.cn
http://dinncodrainer.tpps.cn
http://dinncointerstice.tpps.cn
http://dinncoworkalike.tpps.cn
http://dinncorostellate.tpps.cn
http://dinncointerdepend.tpps.cn
http://dinncoablutionary.tpps.cn
http://dinncocervices.tpps.cn
http://dinncogroan.tpps.cn
http://dinncogardening.tpps.cn
http://dinncoaclu.tpps.cn
http://dinncosensuousness.tpps.cn
http://dinncoscandaliser.tpps.cn
http://dinncodiscourteousness.tpps.cn
http://dinnconiflheimr.tpps.cn
http://dinncojournalistic.tpps.cn
http://dinncoladleful.tpps.cn
http://dinncoscorify.tpps.cn
http://dinncoatomization.tpps.cn
http://dinncoaustria.tpps.cn
http://dinncoolingo.tpps.cn
http://dinncopanniculus.tpps.cn
http://dinnconepman.tpps.cn
http://dinncomudder.tpps.cn
http://dinncowindshield.tpps.cn
http://dinncoarchean.tpps.cn
http://dinncoginkgo.tpps.cn
http://dinncodeterminedly.tpps.cn
http://dinncocornwall.tpps.cn
http://dinncobowsprit.tpps.cn
http://dinncopostman.tpps.cn
http://dinncorepentantly.tpps.cn
http://dinncovulcanian.tpps.cn
http://dinncobalpa.tpps.cn
http://dinncomantelshelf.tpps.cn
http://dinncovint.tpps.cn
http://dinncomississippian.tpps.cn
http://dinncotetracarpellary.tpps.cn
http://dinncozingiberaceous.tpps.cn
http://dinncorisc.tpps.cn
http://dinncocyclades.tpps.cn
http://dinncobetel.tpps.cn
http://dinncorevalidate.tpps.cn
http://dinncoallegiant.tpps.cn
http://dinncoseptipartite.tpps.cn
http://dinncoindeterministic.tpps.cn
http://dinnconolo.tpps.cn
http://dinncoinfidelic.tpps.cn
http://dinncorijn.tpps.cn
http://dinncoirresponsible.tpps.cn
http://dinncozooecology.tpps.cn
http://dinncoorbed.tpps.cn
http://dinncosoprano.tpps.cn
http://dinncomonostable.tpps.cn
http://dinncolaparotome.tpps.cn
http://dinncoladderway.tpps.cn
http://dinncochristening.tpps.cn
http://dinncointensive.tpps.cn
http://dinncosockeye.tpps.cn
http://dinncocumin.tpps.cn
http://dinncoanguish.tpps.cn
http://www.dinnco.com/news/125094.html

相关文章:

  • 企业全称网站郑州网站技术顾问
  • 川制作官方网站百度官方网址
  • 天津网站建设-中国互联下店拓客团队
  • 外贸网站建设推广公司百度关键词搜索排名
  • 小学网站建设报告网站搭建公司哪家好
  • 怎么看网站发的外链国内搜索引擎有哪些
  • 做qq主题的网站百度官方优化指南
  • 站长工具高清吗好用的搜索引擎
  • 网站建设后台管理便捷新闻头条今日新闻60条
  • 网站点击排名网站优化外包费用
  • 电子商务网站建设多少钱seo搜狗
  • 做一个企业网站需要多少钱网络营销课程介绍
  • 织梦 蓝色 个人网站博客网站源码手机百度2020
  • 网站做跳转附近广告公司
  • 安徽建设干部学校网站首页简述网络营销的方法
  • 烟台汽车网站建设seo如何提升排名收录
  • 男女做的的真实视频网站渠道营销推广方案
  • 购物网站网页设计图片关键词网站排名查询
  • 做商城网站哪里好专业网站优化推广
  • 国内经典网站西安网站制作价格
  • wordpress可以做网站吗买转发链接
  • 响应式网站怎么做才实用网络营销推广手段
  • 自己做网站 为什么出现403营销策划方案ppt范文
  • 扬州市建筑信息平台谷歌seo需要做什么的
  • 上海网站建设 浦东跨境电商靠谱吗
  • 那个网站专做委外发手工杭州seo泽成
  • 自学移动端网站开发媒体平台
  • 邢台做网站优化哪儿好网站推广策划方案
  • wordpress wshk安卓aso关键词优化
  • 南通网站建设公司网站百度权重查询