zhongxiaoyu 2 жил өмнө
parent
commit
7bf995532a

+ 1 - 1
src/router/index.ts

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