增加 退出登录
This commit is contained in:
parent
d2b168fb07
commit
105fabaf4c
@ -32,6 +32,13 @@
|
|||||||
title="登录"
|
title="登录"
|
||||||
to="/auth/login"
|
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-if="chats.data != null">
|
||||||
<template v-for="chat in chats.data" :key="chat.id">
|
<template v-for="chat in chats.data" :key="chat.id">
|
||||||
|
Loading…
Reference in New Issue
Block a user