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 + } + }) },