From ff803ef780e4cc08d9795a4647c4c8b92c2c91bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E8=8F=B2?= <1622041228@qq.com> Date: Mon, 13 Jun 2022 11:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Logout/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layout/components/Logout/index.vue b/src/layout/components/Logout/index.vue index 40997ed..14c8e7b 100644 --- a/src/layout/components/Logout/index.vue +++ b/src/layout/components/Logout/index.vue @@ -88,7 +88,6 @@ export default { } }) } else if (key === 'edit') { - console.log('修改密码') this.modalShow = true } }