From 42d10809e74b96c9df4f594d642cfbb64210a6d5 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Thu, 20 Mar 2025 11:45:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=99=BB=E5=BD=95=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E4=B8=AD=E8=8B=B1=E6=96=87=E5=88=87?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/_builtin/login/index.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/_builtin/login/index.vue b/src/views/_builtin/login/index.vue index 3db6abb..84f0502 100644 --- a/src/views/_builtin/login/index.vue +++ b/src/views/_builtin/login/index.vue @@ -11,6 +11,8 @@ import ResetPwd from './modules/reset-pwd.vue'; import BindWechat from './modules/bind-wechat.vue'; import { WifiOutlined } from '@ant-design/icons-vue'; import {useI18n} from "vue-i18n"; +import { useAppStore } from '@/store/modules/app'; +const appStore = useAppStore(); //import { $t } from '@/locales'; interface Props { /** The login module */ @@ -58,9 +60,12 @@ const bgColor = computed(() => {

{{ t(activeModule.label) }}

-
-

{{ "WANFi" }}

-
+
+
+

{{ "WANFi" }}

+ +
+