This commit is contained in:
yuping
2022-12-15 18:09:46 +08:00
parent dc885f79cd
commit cdb525e480

View File

@@ -142,7 +142,6 @@ export async function boeRequest(_url, params) {
}).then(resp => resp.data).then(response => { }).then(resp => resp.data).then(response => {
return response return response
}).catch(e => { }).catch(e => {
console.log(2222)
console.log(e) console.log(e)
// router.push({path: '/login'}) // router.push({path: '/login'})
}) })