vue开发中,如何在刷新页面后保证路由不会变化,下面web建站小编给大家简单介绍一下!
具体代码如下:
export default { created() { // 监听beforeunload事件 window.addEventListener("beforeunload", this.saveCurrentPath) }, beforeDestroy() { // 解除beforeunload事件的绑定 window.removeEventListener('beforeunload', this.saveCurrentPath) }, methods: { saveCurrentPath() { //当前路由的路径保存到localStorage localStorage.setItem('currentRoutePath', this.$route.path) } }, mounted() { const currentRoutePath = localStorage.getItem('currentRoutePath') if (currentRoutePath) { this.$router.push(currentRoutePath) //执行后清除localStorage缓存 localStorage.removeItem('currentRoutePath') } } }
el-table利用:row-style="rowClass"设置指定行变色
一款免费开源效果酷炫的 Vue / React 大屏数据展示组件库——DataV
vue项目动态设置background背景色,解决颜色被替换问题
标签: vue刷新页面, vue获取路由, 监听beforeunload事件
上面是“vue在刷新页面后如何保证路由不变”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_4730.html
workflows工作流
- 一只竹节虫ComfyUI工作流
- 一颗巨型的木星ComfyUI工作流
- 一个女人站在海边的岩石上,飞来一只鸟
- 广阔的沙漠中矗立着一个生锈的巨大头盔
- 一张精心制作的熊岛复古地图ComfyUI工作流
- 图生图工作流:一键转换成高清动漫照片
- 王家卫电视剧繁花海报效果comfyui工作流
- 一棵树从鸟笼里长出来的梦幻般场景
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!