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>