增加 退出登录

This commit is contained in:
ivamp 2024-08-05 02:57:38 +08:00
parent d2b168fb07
commit 105fabaf4c

View File

@ -32,6 +32,13 @@
title="登录"
to="/auth/login"
/>
<v-list-item
v-show="userStore.logined"
prepend-icon="mdi-account"
rounded="xl"
title="退出登录"
@click="userStore.logout()"
/>
<template v-if="chats.data != null">
<template v-for="chat in chats.data" :key="chat.id">