@@ -57,11 +57,9 @@ addResErrorHandler((response, data) => {
addHook({
before: () => {
- console.log('show')
showLoading()
},
after: () => {
- console.log('hide')
hideLoading()
}
})
@@ -13,7 +13,6 @@ export const showLoading = function (
app?: App,
key?: LoginMark
) {
- console.error('sss')
if (closeStack.length) {
closeStack.push({ key })
} else {