From a0c65e8c573dfd46f8cb10da2e33386871c46a7c Mon Sep 17 00:00:00 2001 From: Gary <3489015381@qq.com> Date: Sun, 27 Oct 2024 23:10:14 +0800 Subject: [PATCH] =?UTF-8?q?10=E6=9C=8827=E6=97=A5=EF=BC=8C=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=BB=A3=E7=A0=81=E6=9C=80=E7=BB=88=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/account_login/account_login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login/account_login/account_login.vue b/pages/login/account_login/account_login.vue index 54f9143..73cb994 100644 --- a/pages/login/account_login/account_login.vue +++ b/pages/login/account_login/account_login.vue @@ -70,7 +70,7 @@ const passageWordsBottomColor = computed(() => isPassagePage.value? "#094ABC":"# const captchaWordsBottomBorder = computed(() => isPassagePage.value? "none":"solid"); //验证码登录导航的下边框 const captchaWordsBottomColor = computed(() => isPassagePage.value? "#ffffff":"#094ABC");//验证码登录导航的下边框颜色 const isOpened = ref(true); //密码是否明文显示的标志 -const eyesStateIcon = ref("../../../static/login/account_login/login_part/closedeyes.png"); //是否明文显示的图标 +const eyesStateIcon = ref("../../../static/login/account_login/login_part/closedeyes.png"); //进入验证码登录页面