From 1d368bc50666d844c9088706c968fd44ea096170 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 04 Jul 2021 15:49:27 +0800
Subject: [PATCH] 首页替换
---
api/mock/home.js | 10 +++++-----
static/images/home/homeTop3.png | 0
static/images/home/homeTop2.png | 0
static/images/home/homeTop1.png | 0
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/api/mock/home.js b/api/mock/home.js
index e899d64..d1f9b18 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) {
diff --git a/static/images/home/homeTop1.png b/static/images/home/homeTop1.png
new file mode 100644
index 0000000..32eb4b9
--- /dev/null
+++ b/static/images/home/homeTop1.png
Binary files differ
diff --git a/static/images/home/homeTop2.png b/static/images/home/homeTop2.png
new file mode 100644
index 0000000..b73a74f
--- /dev/null
+++ b/static/images/home/homeTop2.png
Binary files differ
diff --git a/static/images/home/homeTop3.png b/static/images/home/homeTop3.png
new file mode 100644
index 0000000..f9dc1cf
--- /dev/null
+++ b/static/images/home/homeTop3.png
Binary files differ
--
Gitblit v1.9.3