Commit 8ce571b6 authored by Pan's avatar Pan

perf:rm mock api timeout

parent 38192b82
...@@ -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)
......
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