From 5ba5aff309d09591bb26956f04b40151ac6afbdc Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 12 Feb 2025 18:20:22 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3217=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=8C=89=E5=A6=82=E4=B8=8B?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4=E4=B8=80=E4=B8=8B=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E6=96=B0=E6=89=8B=E6=8C=87=E5=BC=95=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index ebce81a..a0b9ca4 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -891,7 +891,6 @@ export default { return } if(this.functionGuideData.step == 8) { - console.log(menusUrl.indexOf(urls[8]),this.functionGuideData.step); if(menusUrl.indexOf(urls[8]) < 0) { this.$refs.FunctionGuide.next() return