|
@@ -1,7 +1,7 @@
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
import { LoginForm, RegisterForm } from './components'
|
|
import { LoginForm, RegisterForm } from './components'
|
|
-import { ThemeSwitch } from '@/components/ThemeSwitch'
|
|
|
|
-import { LocaleDropdown } from '@/components/LocaleDropdown'
|
|
|
|
|
|
+// import { ThemeSwitch } from '@/components/ThemeSwitch'
|
|
|
|
+// import { LocaleDropdown } from '@/components/LocaleDropdown'
|
|
import { useI18n } from '@/hooks/web/useI18n'
|
|
import { useI18n } from '@/hooks/web/useI18n'
|
|
import { underlineToHump } from '@/utils'
|
|
import { underlineToHump } from '@/utils'
|
|
import { useAppStore } from '@/store/modules/app'
|
|
import { useAppStore } from '@/store/modules/app'
|
|
@@ -65,10 +65,10 @@ const toLogin = () => {
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="flex justify-end items-center space-x-10px">
|
|
|
|
|
|
+ <!-- <div class="flex justify-end items-center space-x-10px">
|
|
<ThemeSwitch />
|
|
<ThemeSwitch />
|
|
<LocaleDropdown class="lt-xl:text-white dark:text-white" />
|
|
<LocaleDropdown class="lt-xl:text-white dark:text-white" />
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
<div
|
|
<div
|