We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83322ac commit 7b25e74Copy full SHA for 7b25e74
src/util/util.js
@@ -74,7 +74,7 @@ CommonFunction.install = function (Vue) {
74
Para['UploadData'] = {};
75
}
76
77
- axios.post(Para['Url'], Para['UploadData'],{timeout:5000}).then(function (response) {
+ axios.post(Para['Url'], Para['UploadData'],{timeout:10000}).then(function (response) {
78
if(!Para.noLoading) Store.commit('ChangeLoading', false);
79
80
if (response.data.status == '0') {
0 commit comments