Sfoglia il codice sorgente

fix:修复合并冲突

chenlei 1 mese fa
parent
commit
1cb51a6c03
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/tabbar/Home.vue

+ 1 - 1
src/views/tabbar/Home.vue

@@ -337,7 +337,7 @@ const menuConfig=[
         backgroundColor:'#FFFBF6',
         show:false
     },
-
+];
 function mapMenuToLanguage(item, language) {
     if (language === 'zh') {
         return { ...item, name: item.zhName, des: item.zhDes, type: 'zh' };