modify logout
Some checks failed
build quyun / Build (push) Failing after 28m54s

This commit is contained in:
2025-12-04 10:05:36 +08:00
parent 1cfccc4c39
commit b678ef1f9e

View File

@@ -60,7 +60,7 @@ const handleLogout = () => {
</div> </div>
</template> </template>
<template #end> <template #end>
<Button label="Logout" icon="pi pi-power-off" severity="secondary" text @click="handleLogout" /> <Button label="退出登录" icon="pi pi-power-off" severity="secondary" text @click="handleLogout" />
</template> </template>
</Menubar> </Menubar>
</header> </header>