升级第三方包

This commit is contained in:
2024-12-06 19:02:49 +08:00
parent 9cfecd7309
commit 05a117152c
8 changed files with 631 additions and 515 deletions

View File

@@ -10,6 +10,7 @@ export default function useUser() {
await userStore.logout()
const currentRoute = router.currentRoute.value
Message.success('登出成功')
document.body.setAttribute("arco-theme", "light")
router.push({
name: logoutTo && typeof logoutTo === 'string' ? logoutTo : 'login',
query: {