Browse Source

去除日志输出

Pchen. 4 months ago
parent
commit
d913c00070
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/pages/lepao/lepaoRecords/index.vue

+ 0 - 2
src/pages/lepao/lepaoRecords/index.vue

@@ -162,7 +162,6 @@ import { useUserStore } from '@/store/modules/user'
 import { useRoute } from 'vue-router'
 import { getNotice, getSemesterTimestamps } from '@/utils/util'
 
-console.log(getSemesterTimestamps())
 const notice = ref('')
 
 const GetNotice = async () => {
@@ -218,7 +217,6 @@ const getRecords = async () => {
       pagesize: pagination.pagesize,
       current: pagination.current
     }
-    console.log(reqData)
     const res = await lepaoRecords(reqData)
     if (!res || res.code !== 0)
       return Notification.error({