From 80d7eb141c415830d2cc98ff28bb47fac3c375c4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 21 Nov 2017 13:53:51 +0800 Subject: [PATCH] remove whitespace --- mock/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mock/api.js b/mock/api.js index a6cbaeb4..ce00cfc7 100644 --- a/mock/api.js +++ b/mock/api.js @@ -114,7 +114,7 @@ export const getNotice = [ id: 'xxx1', title: titles[0], logo: avatars[0], - description: '那是一种内在的东西, 他们到达不了,也无法触及的', + description: '那是一种内在的东西,他们到达不了,也无法触及的', updatedAt: new Date(), member: '科学搬砖组', href: '', -- GitLab