|
|
|
@ -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");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//进入验证码登录页面
|
|
|
|
|