bill 2 лет назад
Родитель
Сommit
29f1a5f453
2 измененных файлов с 0 добавлено и 3 удалено
  1. 0 2
      src/api/instance.ts
  2. 0 1
      src/components/loading/index.ts

+ 0 - 2
src/api/instance.ts

@@ -57,11 +57,9 @@ addResErrorHandler((response, data) => {
 
 addHook({
   before: () => {
-    console.log('show')
     showLoading()
   },
   after: () => {
-    console.log('hide')
     hideLoading()
   }
 })

+ 0 - 1
src/components/loading/index.ts

@@ -13,7 +13,6 @@ export const showLoading = function (
   app?: App,
   key?: LoginMark
 ) {
-  console.error('sss')
   if (closeStack.length) {
     closeStack.push({ key })
   } else {