Commit 8fa2364a authored by Pan's avatar Pan Committed by 花裤衩

add mock delay

parent 551e911e
...@@ -4,6 +4,10 @@ import articleAPI from './article' ...@@ -4,6 +4,10 @@ import articleAPI from './article'
import article_tableAPI from './article_table' import article_tableAPI from './article_table'
import remoteSearchAPI from './remoteSearch' import remoteSearchAPI from './remoteSearch'
Mock.setup({
timeout: '350-600'
})
// 登录相关 // 登录相关
Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername) Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername)
Mock.mock(/\/login\/logout/, 'post', loginAPI.logout) Mock.mock(/\/login\/logout/, 'post', loginAPI.logout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment