From acb084956e5b44db2fe707c24ea69ddc05bfee49 Mon Sep 17 00:00:00 2001
From: yaolonglong <yaolonglong15@163.com>
Date: 星期一, 03 十一月 2025 10:42:12 +0800
Subject: [PATCH] 首页展示暂时显示固定数
---
src/layout/components/Sidebar/Logo.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 47ef6a1..51c3d04 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -7,7 +7,7 @@
</router-link>
<router-link v-else key="expand" class="sidebar-logo-link" to="/home">
<!-- <img v-if="logotxt" :src="logotxt" class="sidebar-logo-txt" /> -->
- 鎯犱紒鎵ф硶
+ 瀵熷幙鎵爜鍏ヤ紒鐩戠潱骞冲彴
</router-link>
</transition>
</div>
@@ -26,7 +26,7 @@
},
});
-const title = ref("鎯犱紒鎵ф硶");
+const title = ref("瀵熷幙鎵爜鍏ヤ紒鐩戠潱骞冲彴");
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>
--
Gitblit v1.9.1