fix: repair platform admin navigation UI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="navbar">
|
||||
<a-space class="brand">
|
||||
<img src="@/assets/logo.svg" alt="和气平台" />
|
||||
<img :src="logoUrl" alt="和气平台" />
|
||||
<a-typography-title :heading="5" :style="{ margin: 0 }">和气平台总后台</a-typography-title>
|
||||
<icon-menu-fold v-if="!topMenu && appStore.device === 'mobile'" class="menu-trigger" @click="toggleDrawerMenu" />
|
||||
</a-space>
|
||||
@@ -34,6 +34,7 @@
|
||||
<script setup lang="ts">
|
||||
import { useDark, useFullscreen, useToggle } from '@vueuse/core';
|
||||
import { computed, inject } from 'vue';
|
||||
import logoUrl from '@/assets/logo.svg?url';
|
||||
import { resolveAvatarUrl } from '@/constants/avatar';
|
||||
import useUser from '@/hooks/user';
|
||||
import { useAppStore, useUserStore } from '@/store';
|
||||
|
||||
Reference in New Issue
Block a user