feat: 部分组件重构完成

This commit is contained in:
kailong321200875
2021-10-17 17:01:42 +08:00
parent 0f5c55c36d
commit 3d9622978d
27 changed files with 1790 additions and 78 deletions

View File

@@ -27,7 +27,7 @@ const tagsViewStore = useTagsViewStore()
import { useCache } from '@/hooks/web/useCache'
const { wsCache } = useCache()
// @ts-ignore
import avatarImg from '@/assets/img/avatar.gif'
import avatarImg from '@/assets/img/avatar.png'
const { replace, push } = useRouter()
async function loginOut(): Promise<void> {