From e3dcaeb0180a4e37347ac9ceb44c8a59ae7af37f Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Mon, 21 Feb 2022 19:40:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android

---
 api/mock/home.js |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/api/mock/home.js b/api/mock/home.js
index 56bc31d..77b4bc2 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -20,15 +20,15 @@
 		try {
 			const list = [{
 				id: '1',
-				img: '/static/images/home/banner.png',
+				img: '/static/images/home/homeTop1.png',
 				url: ''
 			}, {
 				id: '2',
-				img: '/static/images/home/banner.png',
+				img: '/static/images/home/homeTop2.png',
 				url: ''
 			}, {
 				id: '3',
-				img: '/static/images/home/banner.png',
+				img: '/static/images/home/homeTop3.png',
 				url: ''
 			}];
 			resolute(list);
@@ -46,11 +46,11 @@
 			const list = [{
 				id: '1',
 				img: '/static/images/home/focus.png',
-				title: '神舟十二号载人发射任务取得圆满成功'
+				title: '江西工程学院召开反诈骗承诺书签定工作部署会'
 			}, {
 				id: '2',
 				img: '/static/images/home/service.png',
-				title: '全国累计报告接种新冠疫苗超9亿剂次'
+				title: '江西最严标准惩处妨害疫情防控犯罪,首例涉疫情诈骗'
 			}];
 			resolute(list);
 		} catch (e) {
@@ -128,15 +128,15 @@
 					url: '../groupChat/groupChat'
 				},
 				{
-					name: '我要巡',
-					img: '/static/images/home/s6.png',
-					url: '../patrol/patrol'
+					name: '我参与',
+					img: '/static/images/home/jusou.png',
+					url: '../grabOrders/grabOrders'
 				},
-				{
-					name: '我要办',
-					img: '/static/images/home/handle001.png',
-					url: '../handle/handle'
-				}
+				// {
+				// 	name: '我要办',
+				// 	img: '/static/images/home/handle002.png',
+				// 	url: '../handle/handle'
+				// }
 			];
 			resolute(list);
 		} catch (e) {

--
Gitblit v1.9.3