From b3b35d21b357f8c4e047d4ae826a5297e3f4cf98 Mon Sep 17 00:00:00 2001 From: guoyue Date: Tue, 20 Sep 2022 19:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/apply.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index 5686de95..7d94b15d 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -729,8 +729,6 @@ export default { if (res.data.code !== 0) { return message.error(res.data.msg) } - console.log('res.data.data------------>', res.data.data); - integrationServicesItemInfo.value = res.data.data || {} }, (err) => {