Browse Source

移除 console

wzh 4 năm trước cách đây
mục cha
commit
c6f6fec026
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/Header.vue

+ 0 - 1
src/components/Header.vue

@@ -103,7 +103,6 @@ export default {
       currentTableIndex.value = c;
     }
     async function getUnphotographNotice() {
-      console.log("heart");
       let { data } = await api.getUnphotographNotice();
       if (data.status == 0) {
         for (let i of data.result) {