From 71ed82c60b77e88ab0c01631eceae7f0556d9723 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期二, 02 九月 2025 09:31:58 +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