木箱扫码

This commit is contained in:
2023-08-17 16:33:52 +08:00
parent 8b5d490595
commit b2dba7b4b0
5 changed files with 36 additions and 9 deletions

View File

@@ -44,7 +44,10 @@ const request = (params) => {
method: method,
header: Object.assign({}, defaultOpot, header),
data: data,
dataType: 'json',
dataType: 'json'
// networkTimeout: {
// 'request': 5000
// }
})
.then(res => { // 成功
if (res.length === 1) {