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/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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