This commit is contained in:
yanran200730
2022-01-19 17:30:54 +08:00
parent b9a09384fc
commit 569387064c
2 changed files with 15 additions and 30 deletions

View File

@@ -375,7 +375,9 @@ const store = new Vuex.Store({
reject(res)
}
})
}, 100)
}, 300)
}).catch(e => {
reject('error')
})
})
},