app1消息功能补充 #130

Merged
hnu202326010125 merged 1 commits from luoyuehang_branch into develop 2 weeks ago

@ -86,7 +86,10 @@ const router = createRouter({
path: '/notifications',
name: 'NotificationsPage',
component: () => import('../views/NotificationsPage.vue'),
meta: { requiresAuth: true }
meta: {
requiresAuth: true,
keepAlive: false // 禁用 keep-alive确保每次进入都重新加载
}
}
]
})

Loading…
Cancel
Save