处理问题

This commit is contained in:
TS-QD1 2023-09-20 16:56:13 +08:00
parent 3085c124e4
commit a0e5db4f0d

View File

@ -66,6 +66,8 @@ export const conetntAuth = (vueSelf, data, callback) => {
console.error(res)
}).finally(() => {
})
} else {
callback ? callback() : '';
}
}).catch(res => {
console.error(res)