From 70bebe9dae89ebddd7e77543aac618e78d730fc9 Mon Sep 17 00:00:00 2001 From: gjj <Ganjj@probim.com.cn> Date: Wed, 26 Feb 2025 16:39:32 +0800 Subject: [PATCH] 样式调整 --- src/components/Header.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index 2464fa2..e37f15e 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -2,7 +2,7 @@ * @Author: gjj Ganjj@probim.com.cn * @Date: 2025-02-14 14:32:18 * @LastEditors: gjj Ganjj@probim.com.cn - * @LastEditTime: 2025-02-25 11:47:12 + * @LastEditTime: 2025-02-26 15:50:22 * @FilePath: \北京交通大学\src\components\Header.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -72,9 +72,6 @@ }, onHomeClick(tab) { this.activeTab = tab; - }, - onProjectChange(data) { - this.$store.commit("common/setCurrentProject", data); }, updateTime() { const now = new Date(); -- Gitblit v1.9.3