fix: 设置菜单折叠宽度

This commit is contained in:
MTrun
2022-01-08 15:00:52 +08:00
parent 9c74c26219
commit 072b8668fd
9 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import en from './en/index'
const langStorage: LangStateType = getLocalStorage(StorageEnum.GO_LANG_STORE)
const i18n = createI18n({
locale: langStorage.lang || lang,
locale: langStorage?.lang || lang,
globalInjection: true,
messages: {
zh: zh,