From 2aab583a99f72e380e150af9eec7d8c49a7ee17b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 02 Jul 2021 10:48:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
api/mock/home.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/api/mock/home.js b/api/mock/home.js
index 6af0a4b..a4f49cf 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -114,12 +114,12 @@
},
{
name: '我要查',
- img: '/static/images/home/s2.png',
+ img: '/static/images/home/search004.png',
url: ''
},
{
name: '我要报',
- img: '/static/images/home/s3.png',
+ img: '/static/images/home/report001.png',
url: ''
},
{
@@ -129,12 +129,12 @@
},
{
name: '我要巡',
- img: '/static/images/home/s5.png',
+ img: '/static/images/home/s6.png',
url: ''
},
{
name: '我要办',
- img: '/static/images/home/s6.png',
+ img: '/static/images/home/handle001.png',
url: ''
}
];
--
Gitblit v1.9.3