fix: 修改语言获取位置

This commit is contained in:
mtruning
2022-01-09 21:35:46 +08:00
parent 39ab04e051
commit caadad501f
5 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<script lang="ts" setup>
import { useLangStore } from '@/store/modules/langStore/langStore'
import { langList } from '@/settings/designSetting'
import { langList } from '@/i18n/index'
import { LangEnum } from '@/enums/styleEnum'
import { icon } from '@/plugins'