Skip to content
Snippets Groups Projects
Commit 8ce571b6 authored by Pan's avatar Pan
Browse files

perf:rm mock api timeout

parent 38192b82
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ import articleAPI from './article' ...@@ -4,9 +4,9 @@ import articleAPI from './article'
import remoteSearchAPI from './remoteSearch' import remoteSearchAPI from './remoteSearch'
import transactionAPI from './transaction' import transactionAPI from './transaction'
Mock.setup({ // Mock.setup({
timeout: '350-600' // timeout: '350-600'
}) // })
// 登录相关 // 登录相关
Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername) Mock.mock(/\/login\/login/, 'post', loginAPI.loginByUsername)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment