From b99485cdd2b42a7d6696e7f1cc4c2e9e422d156f Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 13:20:02 +0800 Subject: [PATCH] =?UTF-8?q?--=20fix=20=E5=9C=A8=E7=BA=BF=E8=AF=BE=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/useCommon.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/useCommon.js b/src/utils/useCommon.js index 4773b3f3..00bf04c0 100644 --- a/src/utils/useCommon.js +++ b/src/utils/useCommon.js @@ -69,9 +69,6 @@ export function useAsyncStu(id, type, func) { }); onMounted(() => { - console.log(22222222); - console.log(id); - console.log(type); id && type && start(); }); return { loading, start };