2023年4月2日 修改门户
This commit is contained in:
parent
44c86a895e
commit
b0400e1df8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue