2023年4月2日 修改门户
This commit is contained in:
parent
44c86a895e
commit
b0400e1df8
|
@ -31,7 +31,7 @@
|
||||||
<a-dropdown>
|
<a-dropdown>
|
||||||
<span class="ant-dropdown-link topRightMenu" @click.prevent>
|
<span class="ant-dropdown-link topRightMenu" @click.prevent>
|
||||||
{{ userStore?.getUserInfo?.realname }}
|
{{ userStore?.getUserInfo?.realname }}
|
||||||
<DownOutlined />
|
<DownOutlined/>s
|
||||||
</span>
|
</span>
|
||||||
<template #overlay>
|
<template #overlay>
|
||||||
<a-menu>
|
<a-menu>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<RouterLink to="/dashboard/analysis">后台管理</RouterLink>
|
<RouterLink to="/dashboard/analysis">后台管理</RouterLink>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<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-item>
|
||||||
</a-menu>
|
</a-menu>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue