wuheng 1 rok temu
rodzic
commit
026065fdc5

+ 0 - 2
src/store/modules/app/index.ts

@@ -53,9 +53,7 @@ export const useAppStore = defineStore('app-store', {
       await nextTick();
       if (duration) {
         setTimeout(() => {
-          console.log('b', this.reloadFlag);
           this.reloadFlag = true;
-          console.log('f', this.reloadFlag);
         }, duration);
       } else {
         this.reloadFlag = true;

+ 0 - 2
src/views/management/student/index.vue

@@ -65,9 +65,7 @@ function beforeUpload(data: { file: UploadFileInfo; fileList: UploadFileInfo[] }
   }
   return true;
 }
-console.log('----------------------');
 onMounted(() => {
-  console.log('++++++++++++++++++++++');
   crudExpose.doRefresh();
 });
 </script>