dongyukun
7 天以前 4a92d33eb3157e8f31d4429eead1c7dfd3cacc13
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>