From 924f3850b1295e5f699bea843fcee83ae860feb6 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 20 九月 2024 17:17:38 +0800 Subject: [PATCH] \\s* --- src/views/login/component/account.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue index 9c76003..0491b48 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -25,7 +25,7 @@ </template> <template #suffix> <i - class="iconfont el-input__icon login-content-password" + class="myiconfont el-input__icon login-content-password" :class="state.isShowPassword ? 'icon-yincangmima' : 'icon-xianshimima'" @click="state.isShowPassword = !state.isShowPassword" > @@ -209,13 +209,14 @@ const res = await PostLogin(params, { noAuth: true, + loading: false, }); - - Local.set(accessSessionKey,res.hswatersession) + + Local.set(accessSessionKey, res.hswatersession); await useUserInfo().setUserInfos({ - userName:ruleForm.value.account, - phoneNumber:'', - photo:profileMan + userName: ruleForm.value.account, + phoneNumber: '', + photo: profileMan, }); //缂撳瓨鐢ㄦ埛淇℃伅 state.loading.signIn = true; if (!themeConfig.value.isRequestRoutes) { -- Gitblit v1.9.3