gjj
2025-02-26 70bebe9dae89ebddd7e77543aac618e78d730fc9
src/components/Header.vue
@@ -1,3 +1,11 @@
<!--
 * @Author: gjj Ganjj@probim.com.cn
 * @Date: 2025-02-14 14:32:18
 * @LastEditors: gjj Ganjj@probim.com.cn
 * @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
-->
<template>
  <header class="headerWrapper">
    <div class="relative z-[100] w-full h-[80px]" :style="{
@@ -34,12 +42,10 @@
</template>
<script>
  import DropDown from "./DropDown.vue";
  export default {
    name: "AppHeader",
    components: {
      "drop-down": DropDown,
    },
    data() {
      return {
@@ -66,9 +72,6 @@
      },
      onHomeClick(tab) {
        this.activeTab = tab;
      },
      onProjectChange(data) {
        this.$store.commit("common/setCurrentProject", data);
      },
      updateTime() {
        const now = new Date();