瀏覽代碼

移除 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) {