diff --git a/src/pages/index/components/chat/ChatTopNavBar/index.vue b/src/pages/index/components/chat/ChatTopNavBar/index.vue
index 42cb1b1..8c08e0c 100644
--- a/src/pages/index/components/chat/ChatTopNavBar/index.vue
+++ b/src/pages/index/components/chat/ChatTopNavBar/index.vue
@@ -12,10 +12,13 @@
>
沐沐
+ {{ config.name }}
+
@@ -34,10 +37,8 @@ const props = defineProps({
});
const show = ref(false);
-
+const config = getCurrentConfig();
const getStyle = computed(() => {
- const config = getCurrentConfig();
-
return {
"--ipSmallImageStep": config.ipSmallImageStep,
"--ipSmallImageHeight": config.ipSmallImageHeight,