mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 设置菜单折叠宽度
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user