wujingjing
2025-04-08 92d65447c6681635068b212fc5d9f72c8a665d2c
src/layout/component/aside.vue
@@ -17,6 +17,7 @@
import { useThemeConfig } from '/@/stores/themeConfig';
import { useTagsViewRoutes } from '/@/stores/tagsViewRoutes';
import mittBus from '/@/utils/mitt';
import '/@/stores/global';
// 引入组件
const Logo = defineAsyncComponent(() => import('/@/layout/logo/index.vue'));