Kaynağa Gözat

fix: 删除冗余代码

wanggaokun 1 yıl önce
ebeveyn
işleme
a46e364fc8

+ 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(() => {