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" }}

+ +
+