Commit 24937f02 authored by jingnan's avatar jingnan 👀

loading延迟关闭设置为2小时

parent 9d1054bc
...@@ -48,7 +48,7 @@ axios.interceptors.request.use( ...@@ -48,7 +48,7 @@ axios.interceptors.request.use(
loadingInstance.close() loadingInstance.close()
} }
ajaxCount = 0 ajaxCount = 0
}, 50000) }, 60000 * 120)
ajaxCount++ ajaxCount++
} }
if (!localStorage.getItem('uid')) { if (!localStorage.getItem('uid')) {
......
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