您的位置:首页 > 娱乐 > 明星 > 博物馆设计公司排名_北京网站制作公司兴田德润实力强_磁力链bt磁力天堂_百度推广app下载安卓版

博物馆设计公司排名_北京网站制作公司兴田德润实力强_磁力链bt磁力天堂_百度推广app下载安卓版

2025/5/1 2:59:03 来源:https://blog.csdn.net/jhgfvjfggff_fds_f/article/details/147590219  浏览:    关键词:博物馆设计公司排名_北京网站制作公司兴田德润实力强_磁力链bt磁力天堂_百度推广app下载安卓版
博物馆设计公司排名_北京网站制作公司兴田德润实力强_磁力链bt磁力天堂_百度推广app下载安卓版

目录

    • 一、 出现场景
    • 二、 解决方案


一、 出现场景

菜单路由跳转时,有时页面会卡死,无法进行路由跳转
在这里插入图片描述

二、 解决方案

修改src目录下permission.js文件

router.onError((error) => {const jsPattern = /Loading chunk (\S)+ failed/gconst cssPattern = /Loading CSS chunk (\S)+ failed/gconst isChunkLoadFailed = error.message.match(jsPattern || cssPattern)const targetPath = router.history.pending.fullPathif (isChunkLoadFailed) {localStorage.setItem('targetPath', targetPath)window.location.reload()}
})router.onReady(() => {const targetPath = localStorage.getItem('targetPath')const tryReload = localStorage.getItem('tryReload')if (targetPath) {localStorage.removeItem('targetPath')if (!tryReload) {router.replace(targetPath)localStorage.setItem('tryReload', true)} else {localStorage.removeItem('tryReload')}}
})

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com