소스 검색

跳转报错修改

zhongxiaoyu 2 년 전
부모
커밋
7bf995532a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -90,7 +90,7 @@ router.beforeEach(async (to, from, next) => {
   } = keepAliveStore
 
   if (from.matched?.[0]?.name === 'RealTime') {
-    if (to.matched[2].name !== from.matched[2].name) {
+    if (to.matched?.[2]?.name !== from.matched?.[2]?.name) {
       delCachedViewAll()
     } else if (to.matched.length < from.matched.length) {
       delCachedViewUntil(to.name as string)