mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 22:17:40 +08:00
fix local storage for defalut lang
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
import NoticeIcon from '@/components/NoticeIcon'
|
||||
import { mapActions, mapGetters } from 'vuex'
|
||||
import LangSelect from '@/components/tools/LangSelect'
|
||||
import { showLocale } from '@/locales'
|
||||
import config from '@/config/defaultSettings'
|
||||
|
||||
export default {
|
||||
name: 'UserMenu',
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
showLocale: showLocale
|
||||
showLocale: config.showLocale
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user