diff --git a/ui/src/views/chat/index.vue b/ui/src/views/chat/index.vue index 567ae665f..7584f8225 100644 --- a/ui/src/views/chat/index.vue +++ b/ui/src/views/chat/index.vue @@ -24,6 +24,7 @@ const { } = route as any const currentTemplate = computed(() => { + console.log(common.isMobile()) let modeName = '' if (chatUser.application) { if (!mode || mode === 'pc') { diff --git a/ui/src/views/chat/user-login/components/LoginContainer.vue b/ui/src/views/chat/user-login/components/LoginContainer.vue deleted file mode 100644 index 0415bdc96..000000000 --- a/ui/src/views/chat/user-login/components/LoginContainer.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - {{ subTitle }} - - - - - - - - - diff --git a/ui/src/views/chat/user-login/components/LoginLayout.vue b/ui/src/views/chat/user-login/components/LoginLayout.vue deleted file mode 100644 index a3401d98b..000000000 --- a/ui/src/views/chat/user-login/components/LoginLayout.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - {{ - lang.label - }} - - - - - - - - - {{ currentLanguage }} - - - - - - - - - - diff --git a/ui/src/views/chat/user-login/index.vue b/ui/src/views/chat/user-login/index.vue index b7571398b..e2b5a2953 100644 --- a/ui/src/views/chat/user-login/index.vue +++ b/ui/src/views/chat/user-login/index.vue @@ -1,179 +1,209 @@ - - - - - - - - {{ chatUser.chat_profile?.application_name }} - - - - - - - - - - - - - {{ chatUser.chat_profile?.application_name }} - - - - {{ loginMode == 'LOCAL' ? $t('views.login.title') : loginMode }} - - - + + - - - + + + {{ chatUser.chat_profile?.application_name }} + + + + + + + - - + + + + + + + {{ chatUser.chat_profile?.application_name }} + - - - - - - - - - + + + + + + {{ $t('views.applicationOverview.appInfo.LimitDialog.authenticationValue') }} + + + + + + + {{ loginMode == 'LOCAL' ? $t('views.login.title') : loginMode }} + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - {{ $t('views.login.buttons.login') }} - - - - - - - {{ $t('views.login.moreMethod') }} - - - - {{ item }} + + + + + + {{ $t('views.login.moreMethod') }} + + + + - - - - - - - - + {{ item }} + + + + + + + + +