tangning 2 лет назад
Родитель
Сommit
844cd98158
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/store/modules/locale.ts

+ 2 - 2
src/store/modules/locale.ts

@@ -41,7 +41,7 @@ export const useLocaleStore = defineStore({
     getAppList(): appItem[] {
       return [
         {
-          name: 'iOS',
+          name: 'iOS',
           icon: 'uil:apple',
           appList: [
             {
@@ -55,7 +55,7 @@ export const useLocaleStore = defineStore({
           ],
         },
         {
-          name: 'Android',
+          name: 'Android',
           icon: 'uil:android',
           appList: [
             {