Showing
3 changed files
with
6 additions
and
6 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-26 13:42:11 | 2 | * @Date: 2024-09-26 13:42:11 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-12-16 15:20:41 | 4 | + * @LastEditTime: 2025-12-23 13:33:31 |
| 5 | * @FilePath: /hager/src/components/common/hagerHeader.vue | 5 | * @FilePath: /hager/src/components/common/hagerHeader.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | <el-row> | 13 | <el-row> |
| 14 | <el-col :sm="6" :md="6" :lg="6" :xl="6"> | 14 | <el-col :sm="6" :md="6" :lg="6" :xl="6"> |
| 15 | <div @click="goToHome" class="nav-logo"> | 15 | <div @click="goToHome" class="nav-logo"> |
| 16 | - <el-image style="width: 8rem; height: 2.5rem" src="https://cdn.ipadbiz.cn/hager/icon/logo@2x.png" fit="fit"></el-image> | 16 | + <el-image style="width: 8rem; height: 2.5rem" src="https://cdn.ipadbiz.cn/hager/icon/Hager_Logo_533px_sRGB_blue.png" fit="fit"></el-image> |
| 17 | </div> | 17 | </div> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :sm="10" :md="10" :lg="10" :xl="10"> | 19 | <el-col :sm="10" :md="10" :lg="10" :xl="10"> |
| ... | @@ -119,7 +119,7 @@ | ... | @@ -119,7 +119,7 @@ |
| 119 | <i v-else class="el-icon-close" style="font-size: 1.15rem;"></i> | 119 | <i v-else class="el-icon-close" style="font-size: 1.15rem;"></i> |
| 120 | </div> | 120 | </div> |
| 121 | <div @click="goToHome" style="display: flex; align-items: center;"> | 121 | <div @click="goToHome" style="display: flex; align-items: center;"> |
| 122 | - <img style="width: 5.3rem; height: 1.7rem" src="https://cdn.ipadbiz.cn/hager/icon/logo@2x.png"> | 122 | + <img style="width: 5.3rem; height: 1.7rem" src="https://cdn.ipadbiz.cn/hager/icon/Hager_Logo_533px_sRGB_blue.png"> |
| 123 | </div> | 123 | </div> |
| 124 | <div> | 124 | <div> |
| 125 | <el-image @click="goToWeb" style="width: 1rem; height: 1rem" src="https://cdn.ipadbiz.cn/hager/icon/%E8%AF%AD%E8%A8%80@2x.png" fit="fit"></el-image> | 125 | <el-image @click="goToWeb" style="width: 1rem; height: 1rem" src="https://cdn.ipadbiz.cn/hager/icon/%E8%AF%AD%E8%A8%80@2x.png" fit="fit"></el-image> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-10-18 17:57:33 | 2 | * @Date: 2024-10-18 17:57:33 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-24 18:11:00 | 4 | + * @LastEditTime: 2025-12-23 13:46:40 |
| 5 | * @FilePath: /hager/src/views/user/index.vue | 5 | * @FilePath: /hager/src/views/user/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | </div> | 22 | </div> |
| 23 | <div v-else class="centered-div xs"> | 23 | <div v-else class="centered-div xs"> |
| 24 | <div class="user-logo-xs"> | 24 | <div class="user-logo-xs"> |
| 25 | - <img src="https://cdn.ipadbiz.cn/hager/img/user/logo02.png" style="width: auto; height: 2rem;"> | 25 | + <img src="https://cdn.ipadbiz.cn/hager/img/user/logo_02.png" style="width: auto; height: 2rem;"> |
| 26 | </div> | 26 | </div> |
| 27 | <router-view id="router-view"></router-view> | 27 | <router-view id="router-view"></router-view> |
| 28 | </div> | 28 | </div> |
| ... | @@ -117,7 +117,7 @@ export default { | ... | @@ -117,7 +117,7 @@ export default { |
| 117 | border-bottom-left-radius: 5px; | 117 | border-bottom-left-radius: 5px; |
| 118 | } | 118 | } |
| 119 | .user-logo { | 119 | .user-logo { |
| 120 | - background-image: url(https://cdn.ipadbiz.cn/hager/img/user/logo02.png); | 120 | + background-image: url(https://cdn.ipadbiz.cn/hager/img/user/logo_02.png); |
| 121 | height: 15vh; | 121 | height: 15vh; |
| 122 | width: 15vw; | 122 | width: 15vw; |
| 123 | background-size: contain; | 123 | background-size: contain; | ... | ... |
-
Please register or login to post a comment