diff --git a/src/views/_builtin/login/index.vue b/src/views/_builtin/login/index.vue index b1ea56f..5abc2b0 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(); interface Props { /** The login module */ module?: UnionKey.LoginModule; @@ -53,12 +55,18 @@ const bgColor = computed(() => {
-
- -

{{ "WANFi" }}

+
+
+ +

{{ "WANFi" }}

+
+
+ +

{{ t(activeModule.label) }}

+