Commit 1a84f606 authored by zhijie.xue's avatar zhijie.xue

网络超时增加到10s

parent 768e5f7c
...@@ -70,7 +70,7 @@ wepy.app({ ...@@ -70,7 +70,7 @@ wepy.app({
'pages/agreement' 'pages/agreement'
], ],
"networkTimeout": { "networkTimeout": {
"request": 3000 "request": 10000
}, },
window: { window: {
backgroundTextStyle: 'light', backgroundTextStyle: 'light',
......
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