hookehuyr

fix(contact): 更新联系我们页面顶部横幅图片

修复横幅图片链接,将 banner05.png 替换为 banner05-1.png,以显示正确的图片。
<!--
* @Date: 2024-10-18 09:31:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-13 15:34:46
* @LastEditTime: 2026-03-26 13:18:55
* @FilePath: /hager/src/views/contact.vue
* @Description: 联系我们
-->
......@@ -117,7 +117,7 @@ export default {
.hager-contact-page {
.top-img {
height: 22rem;
background-image: url('https://cdn.ipadbiz.cn/hager/img/tiny/banner05.png');
background-image: url('https://cdn.ipadbiz.cn/hager/img/tiny/banner05-1.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
......