瀏覽代碼

console.log -> info

visuddhinanda 2 年之前
父節點
當前提交
7b0b039d1d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/article/AnthologyDetail.tsx

+ 1 - 1
dashboard/src/components/article/AnthologyDetail.tsx

@@ -43,7 +43,7 @@ const AnthologyDetailWidget = ({
 
 
   function fetchData(id?: string) {
   function fetchData(id?: string) {
     const url = `/v2/anthology/${id}`;
     const url = `/v2/anthology/${id}`;
-    console.log("url", url);
+    console.info("url", url);
     if (typeof onLoading !== "undefined") {
     if (typeof onLoading !== "undefined") {
       onLoading(true);
       onLoading(true);
     }
     }