From ac1c4597e055f2d821498e4fe762e388a25ee774 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 27 May 2022 20:35:27 +0800
Subject: [PATCH] 服务器配置

---
 api/mock/home.js |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/api/mock/home.js b/api/mock/home.js
index 10fecfa..83ded78 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -18,11 +18,13 @@
 export function fakeBannerList() {
 	return new Promise((resolute, reject) => {
 		try {
-			const list = [{
-				id: '1',
-				img: 'http://61.131.136.25:2081/zhba/upload/20210913/3d9fd42a80094268ab83fdd3bcb18541.jpg',
-				url: '../article/article_detail?detailData=' + '{"id":"119"}'
-			}, {
+			const list = [
+			// 	{
+			// 	id: '1',
+			// 	img: 'http://61.131.136.25:2081/zhba/upload/20210913/3d9fd42a80094268ab83fdd3bcb18541.jpg',
+			// 	url: '../article/article_detail?detailData=' + '{"id":"119"}'
+			// },
+			{
 				id: '2',
 				img: 'http://61.131.136.25:2081/zhba/upload/20220216/b3d4c45eb7202974b3155318914df829.jpg',
 				url: '../article/article_video?detailData=' + '{"id":981,"title":"千万别被“冰墩墩”的诱惑冲昏头 小心被盯上!","content":"","url":"http://61.131.136.25:2081/zhba/upload/20220216/b3d4c45eb7202974b3155318914df829.jpg","videoUrl":"http://61.131.136.25:2081/zhba/upload/depl/aed8c0b92b8f49b18c7c2d5056290af8.mp4","createTime":"2022-02-15 00:00:00","updateTime":"2022-02-16 22:49:21","sourceId":"","sourceName":"中国警察网","articleType":"ksp003","recommend":-1,"publish":"0","iscomment":"","iswords":"0","wordsContent":"","type":0}'

--
Gitblit v1.9.3