ZZJ
2022-07-11 6ef2ac92c0d3f79b59b8698274918df830b58b29
src/components/IndexHeader.vue
@@ -6,7 +6,7 @@
        <router-link to="/">
          <img class="logo" src="/images/index/LOGO.png" alt="" />
        </router-link>
        <div class="title" @click="$router.push('/')">工业物联网平台</div>
        <div class="title" @click="$router.push('/')">工业互联网平台</div>
        <div class="label" @click="$router.push('/')">首页</div>
        <div class="label">云服务</div>
        <div class="label" @click="$router.push('/manageCenter')">管理中心</div>
@@ -49,7 +49,7 @@
        <!-- 已登录情况 -->
        <img
          class="userImg"
          src="/images/index/默认头像-01.png"
          src="/images/index/default.png"
          alt=""
          v-if="userInfo"
          @mouseenter="showUserBox"
@@ -118,6 +118,7 @@
          <li class="keyItem" v-for="(item, index) in hotKeyArr" :key="index">
            {{ item }}
          </li>
          x
        </ul>
      </div>
@@ -191,7 +192,7 @@
      const _this = this;
      this.UserTimer = setTimeout(() => {
        _this.isShowUserBox = false;
      }, 100);
      }, 200);
    },
    logOut() {
@@ -434,7 +435,7 @@
.userBox {
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  z-index: 10;
  right: 20px;
  top: 64px;
  padding: 0 20px;