From 8ce571b61d182b4726693e7fdaa7e195baee3816 Mon Sep 17 00:00:00 2001
From: Pan <panfree23@gmail.com>
Date: Thu, 30 Nov 2017 18:04:00 +0800
Subject: [PATCH] perf:rm mock api timeout

---
 src/mock/index.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mock/index.js b/src/mock/index.js
index c140b890..e6644ae1 100644
--- a/src/mock/index.js
+++ b/src/mock/index.js
@@ -4,9 +4,9 @@ import articleAPI from './article'
 import remoteSearchAPI from './remoteSearch'
 import transactionAPI from './transaction'
 
-Mock.setup({
-  timeout: '350-600'
-})
+// Mock.setup({
+//   timeout: '350-600'
+// })
 
 // 登录相关
 Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername)