add mock delay
This commit is contained in:
parent
551e911eb4
commit
8fa2364a3b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ import articleAPI from './article'
|
|||
import article_tableAPI from './article_table'
|
||||
import remoteSearchAPI from './remoteSearch'
|
||||
|
||||
Mock.setup({
|
||||
timeout: '350-600'
|
||||
})
|
||||
|
||||
// 登录相关
|
||||
Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername)
|
||||
Mock.mock(/\/login\/logout/, 'post', loginAPI.logout)
|
||||
|
|
Loading…
Reference in a new issue