From c36d279d5d368bb88f610d561e5580785a5a04c3 Mon Sep 17 00:00:00 2001 From: xvv Date: Sat, 27 Jul 2024 17:17:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin_zt/src/layout/components/Navbar.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fuintAdmin_zt/src/layout/components/Navbar.vue b/fuintAdmin_zt/src/layout/components/Navbar.vue index 2b63ab62e..ff66e71c4 100644 --- a/fuintAdmin_zt/src/layout/components/Navbar.vue +++ b/fuintAdmin_zt/src/layout/components/Navbar.vue @@ -162,7 +162,10 @@ export default { } resetPwd(data).then(res=>{ console.log(res) - this.xg =! this.xg + if(res.code == 200){ + this.xg =false + } + }) },