Merge pull request '修复样式中多言语显示失效的问题' (#311) from KaneLeung/Admin.NET.Pro:v2 into v2

Reviewed-on: https://code.adminnet.top/Admin.NET/Admin.NET.Pro/pulls/311
This commit is contained in:
zuohuaijun 2025-04-10 15:19:35 +08:00
commit 87af743d88

View File

@ -333,6 +333,9 @@ const handleSignIn = () => {
// window.open('http://localhost:5005/api/sysoauth/signin?provider=Gitee&redirectUrl=http://localhost:8888');
// };
//
const captchaExpired = computed(() => `"${t('message.account.captchaExpired')}"`);
//
defineExpose({ saveTokenAndInitRoutes });
</script>
@ -407,7 +410,7 @@ defineExpose({ saveTokenAndInitRoutes });
@extend .login-content-code;
&::before {
content: t('message.account.captchaExpired');
content: v-bind(captchaExpired);
position: absolute;
top: 0;
left: 0;