From e28563ff168051d86d22f8bf987fa62623f4433c Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 12 Oct 2022 15:40:30 +0800
Subject: [PATCH] 图片路径修改

---
 src/pcviews/homee/Header/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pcviews/homee/Header/index.vue b/src/pcviews/homee/Header/index.vue
index c65a85b..3907b80 100644
--- a/src/pcviews/homee/Header/index.vue
+++ b/src/pcviews/homee/Header/index.vue
@@ -37,7 +37,7 @@
     box-sizing: border-box;
     .logo {
         position: absolute;
-        background: url(zhxy/img/home/logoko.png) no-repeat;
+        background: url(/zhxy/img/home/logoko.png) no-repeat;
         background-size: contain;
         top: 0px;
         width: 258px;
@@ -67,7 +67,7 @@
         height: 39px;
         line-height: 39px;
         text-align: center;
-        background: url(zhxy/img/login/object.png);
+        background: url(/zhxy/img/login/object.png);
         background-size: 100% 100%;
         color: #24f2ff;
         letter-spacing: 3px;
@@ -159,7 +159,7 @@
             display: inline-block;
             width: 32px;
             height: 31px;
-            background: url(zhxy/img/home/user.png) no-repeat;
+            background: url(/zhxy/img/home/user.png) no-repeat;
         }
     }
 
@@ -168,7 +168,7 @@
         bottom: 0;
         width: 100%;
         height: 21px;
-        background: url(zhxy/img/home/xingz-copy1.png);
+        background: url(/zhxy/img/home/xingz-copy1.png);
         background-size: contain;
     }
 }

--
Gitblit v1.9.3