style(Login): update login styles

This commit is contained in:
陈凯龙
2022-01-07 09:12:32 +08:00
parent 1436543a5c
commit eb68f1d919
11 changed files with 40 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
import { i18n } from '@/plugins/i18n'
import { i18n } from '@/plugins/vueI18n'
type I18nGlobalTranslation = {
(key: string): string

View File

@@ -1,6 +1,6 @@
import { i18n } from '@/plugins/i18n'
import { i18n } from '@/plugins/vueI18n'
import { useLocaleStoreWithOut } from '@/store/modules/locale'
import { setHtmlPageLang } from '@/plugins/i18n/helper'
import { setHtmlPageLang } from '@/plugins/vueI18n/helper'
function setI18nLanguage(locale: LocaleType) {
const localeStore = useLocaleStoreWithOut()