소스 검색

移除 console

wzh 4 년 전
부모
커밋
c6f6fec026
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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) {