2023年4月2日 修改门户

This commit is contained in:
bai 2023-04-02 16:37:39 +08:00
parent 44c86a895e
commit b0400e1df8
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<a-dropdown>
<span class="ant-dropdown-link topRightMenu" @click.prevent>
{{ userStore?.getUserInfo?.realname }}
<DownOutlined />
<DownOutlined/>s
</span>
<template #overlay>
<a-menu>
@ -40,7 +40,7 @@
<RouterLink to="/dashboard/analysis">后台管理</RouterLink>
</a-menu-item>
<a-menu-item>
<a href="javascript:;" @click="userStore?.confirmLoginOut();">安全退出</a>
<a href="javascript:void(0);" @click="userStore?.confirmLoginOut();">安全退出</a>
</a-menu-item>
</a-menu>
</template>