liriming
2025-03-03 d6fd1acfe3cae8ec7e9b2abee436e1fce1025ec2
src/layout/components/UserInfo/src/UserInfo.vue
@@ -43,14 +43,14 @@
    })
    await userStore.loginOut()
    tagsViewStore.delAllViews()
    replace('/login?redirect=/index')
    await replace('/login?redirect=/index')
  } catch {}
}
const toProfile = async () => {
  push('/user/profile')
}
const toDocument = () => {
  window.open('https://doc.iocoder.cn/')
  window.open('https://doc.iailab.cn/')
}
</script>