소스 검색

fix: 删除冗余代码

wanggaokun 1 년 전
부모
커밋
a46e364fc8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/layouts/components/Header/components/Message.vue

+ 0 - 2
src/layouts/components/Header/components/Message.vue

@@ -68,7 +68,6 @@ import useNoticeStore from '@/stores/modules/notice'
 const noticeStore = storeToRefs(useNoticeStore())
 const activeName = ref('first')
 const newNotice = ref(0)
-console.log('newNotice', newNotice)
 // 定义变量内容
 const state = reactive({
   loading: false
@@ -84,7 +83,6 @@ const getTableData = async () => {
   newsList.value = noticeStore.state.value.notices
   state.loading = false
 }
-console.log('newsList', newsList)
 
 onMounted(() => {
   nextTick(() => {