| | |
| | | <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> |
| | |
| | | <!-- 已登录情况 --> |
| | | <img |
| | | class="userImg" |
| | | src="/images/index/默认头像-01.png" |
| | | src="/images/index/default.png" |
| | | alt="" |
| | | v-if="userInfo" |
| | | @mouseenter="showUserBox" |
| | |
| | | <li class="keyItem" v-for="(item, index) in hotKeyArr" :key="index"> |
| | | {{ item }} |
| | | </li> |
| | | x |
| | | </ul> |
| | | </div> |
| | | |
| | |
| | | const _this = this; |
| | | this.UserTimer = setTimeout(() => { |
| | | _this.isShowUserBox = false; |
| | | }, 100); |
| | | }, 200); |
| | | }, |
| | | |
| | | logOut() { |
| | |
| | | .userBox { |
| | | box-sizing: border-box; |
| | | position: absolute; |
| | | z-index: 3; |
| | | z-index: 10; |
| | | right: 20px; |
| | | top: 64px; |
| | | padding: 0 20px; |