Skip to content

Commit 7b25e74

Browse files
committed
修改请求超时时限
1 parent 83322ac commit 7b25e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ CommonFunction.install = function (Vue) {
7474
Para['UploadData'] = {};
7575
}
7676

77-
axios.post(Para['Url'], Para['UploadData'],{timeout:5000}).then(function (response) {
77+
axios.post(Para['Url'], Para['UploadData'],{timeout:10000}).then(function (response) {
7878
if(!Para.noLoading) Store.commit('ChangeLoading', false);
7979

8080
if (response.data.status == '0') {

0 commit comments

Comments
 (0)