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/AlertInfo/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 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;
--
Gitblit v1.9.3