From c825ad8fd7b0cea25546f2d06400c695e3e7911f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AD=9F=E6=88=90?= <2151933001@qq.com> Date: Fri, 12 Apr 2024 15:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=82=AE=E7=AE=B1=E5=89=8D?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/profile/userInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/user/profile/userInfo.vue b/src/views/system/user/profile/userInfo.vue index e64d897..b51cb1a 100644 --- a/src/views/system/user/profile/userInfo.vue +++ b/src/views/system/user/profile/userInfo.vue @@ -68,6 +68,7 @@ export default { }); }, close() { + this.$tab.closePage(); } }