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 ++++----
 src/pcviews/homee/Map/index.vue               |    2 +-
 src/pcviews/homee/Devices/index.vue           |    2 +-
 src/pcviews/homee/PipeWellPercent/index.vue   |    2 +-
 src/pcviews/homee/index.vue                   |    2 +-
 src/pcviews/homee/BuildingCost/index.vue      |    2 +-
 src/pcviews/homee/SchoolCostCompare/index.vue |    2 +-
 src/pcviews/homee/AlertInfo/index.vue         |    4 ++--
 src/pcviews/homee/PipeNetCount/index.vue      |    2 +-
 src/pcviews/homee/SchoolInfo/index.vue        |    2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/pcviews/homee/AlertInfo/index.vue b/src/pcviews/homee/AlertInfo/index.vue
index 686e5ac..eaf14ab 100644
--- a/src/pcviews/homee/AlertInfo/index.vue
+++ b/src/pcviews/homee/AlertInfo/index.vue
@@ -72,7 +72,7 @@
     position: relative;
     width: 1020px;
     height: 310px;
-    background: url(zhxy/img/home/juxing2.png) no-repeat;
+    background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
     .title {
         position: absolute;
@@ -102,7 +102,7 @@
             box-sizing: border-box;
             width: 180px;
             height: 28px;
-            background: url(zhxy/img/home/juxing519.png);
+            background: url(/zhxy/img/home/juxing519.png);
             margin-bottom: 4px;
             padding: 0 29px;
             line-height: 28px;
diff --git a/src/pcviews/homee/BuildingCost/index.vue b/src/pcviews/homee/BuildingCost/index.vue
index 845bec6..d10ffa7 100644
--- a/src/pcviews/homee/BuildingCost/index.vue
+++ b/src/pcviews/homee/BuildingCost/index.vue
@@ -159,7 +159,7 @@
 .container {
     width: 400px;
     height: 310px;
-    background: url(zhxy/img/home/juxing2.png) no-repeat;
+    background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
     .chart {
         width: 100%;
diff --git a/src/pcviews/homee/Devices/index.vue b/src/pcviews/homee/Devices/index.vue
index 3fab30f..61caa13 100644
--- a/src/pcviews/homee/Devices/index.vue
+++ b/src/pcviews/homee/Devices/index.vue
@@ -36,7 +36,7 @@
     position: relative;
     width: 400px;
     height: 310px;
-    background: url(zhxy/img/home/juxing2.png) no-repeat;
+    background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
     .title {
         position: absolute;
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;
     }
 }
diff --git a/src/pcviews/homee/Map/index.vue b/src/pcviews/homee/Map/index.vue
index 83e4d08..c334000 100644
--- a/src/pcviews/homee/Map/index.vue
+++ b/src/pcviews/homee/Map/index.vue
@@ -12,7 +12,7 @@
 .container {
     width: 1020px;
     height: 600px;
-    background: url(zhxy/img/home/map.png) no-repeat;
+    background: url(/zhxy/img/home/map.png) no-repeat;
     background-size: contain;
     border: 1px solid #28f2ff;
     box-sizing: border-box;
diff --git a/src/pcviews/homee/PipeNetCount/index.vue b/src/pcviews/homee/PipeNetCount/index.vue
index 31b09b5..a04a815 100644
--- a/src/pcviews/homee/PipeNetCount/index.vue
+++ b/src/pcviews/homee/PipeNetCount/index.vue
@@ -152,7 +152,7 @@
 .container {
     width: 400px;
     height: 310px;
-    background: url(zhxy/img/home/juxing2.png) no-repeat;
+    background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
 
     .chart {
diff --git a/src/pcviews/homee/PipeWellPercent/index.vue b/src/pcviews/homee/PipeWellPercent/index.vue
index ac08329..74f093b 100644
--- a/src/pcviews/homee/PipeWellPercent/index.vue
+++ b/src/pcviews/homee/PipeWellPercent/index.vue
@@ -98,7 +98,7 @@
 .container {
     width: 400px;
     height: 310px;
-    background: url(zhxy/img/home/juxing2.png) no-repeat;
+    background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
     .chart {
         width: 100%;
diff --git a/src/pcviews/homee/SchoolCostCompare/index.vue b/src/pcviews/homee/SchoolCostCompare/index.vue
index 4b00a9f..cbe3cc3 100644
--- a/src/pcviews/homee/SchoolCostCompare/index.vue
+++ b/src/pcviews/homee/SchoolCostCompare/index.vue
@@ -190,7 +190,7 @@
     position: relative;
     width: 400px;
     height: 270px;
-    background: url(zhxy/img/home/juxing2.png);
+    background: url(/zhxy/img/home/juxing2.png);
     background-size: 100%;
     .chart {
         width: 100%;
diff --git a/src/pcviews/homee/SchoolInfo/index.vue b/src/pcviews/homee/SchoolInfo/index.vue
index 9c4b0c5..edf7ff2 100644
--- a/src/pcviews/homee/SchoolInfo/index.vue
+++ b/src/pcviews/homee/SchoolInfo/index.vue
@@ -48,7 +48,7 @@
     position: relative;
     width: 400px;
     height: 270px;
-    background: url(zhxy/img/home/juxing2.png);
+    background: url(/zhxy/img/home/juxing2.png);
     background-size: 100%;
     .title {
         position: absolute;
diff --git a/src/pcviews/homee/index.vue b/src/pcviews/homee/index.vue
index 5dc6f35..c5505dd 100644
--- a/src/pcviews/homee/index.vue
+++ b/src/pcviews/homee/index.vue
@@ -69,7 +69,7 @@
 <style lang="scss" scoped>
 .page {
     position: relative;
-    background: url(zhxy/img/login/background.png);
+    background: url(/zhxy/img/login/background.png);
     background-size: 100% auto;
 }
 .screen-container {

--
Gitblit v1.9.3