From 701a992d5d2802e7ea5bceb3af559360834d2d8e Mon Sep 17 00:00:00 2001 From: bestlee Date: Thu, 25 Jun 2026 11:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applyList/detail.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/applyList/detail.vue b/src/views/applyList/detail.vue index ab009c6..adba543 100644 --- a/src/views/applyList/detail.vue +++ b/src/views/applyList/detail.vue @@ -120,7 +120,6 @@ const getDetail = async () => { }else{ info.value.steps = res.data?.apply_steps; } - console.log(info.value); } finally { loading.value = false; }