diff --git a/src/pages/userinfo/userinfo.vue b/src/pages/userinfo/userinfo.vue index 02aa6ff..7122dbd 100644 --- a/src/pages/userinfo/userinfo.vue +++ b/src/pages/userinfo/userinfo.vue @@ -87,7 +87,7 @@ - + @@ -95,14 +95,14 @@ - + > --> @@ -222,12 +222,12 @@ const handleClose=()=>{ // 3.退出登录 const handleLoginOut = async ()=>{ - // showAlert('是否确认退出?','提示',true,()=>{ + showAlert('是否确认退出?','提示',true,()=>{ userStore.logout(); uni.reLaunch({ url: '/pages/login/login', }); - // }) + }) }