We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e911 commit 8fa2364Copy full SHA for 8fa2364
src/mock/index.js
@@ -4,6 +4,10 @@ import articleAPI from './article'
4
import article_tableAPI from './article_table'
5
import remoteSearchAPI from './remoteSearch'
6
7
+Mock.setup({
8
+ timeout: '350-600'
9
+})
10
+
11
// 登录相关
12
Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername)
13
Mock.mock(/\/login\/logout/, 'post', loginAPI.logout)
0 commit comments