Sfoglia il codice sorgente

fix: 删除多余文件

liangan 2 settimane fa
parent
commit
5f8ccc20ef
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0 10
      src/utils/i18n.ts

+ 0 - 10
src/utils/i18n.ts

@@ -1,10 +0,0 @@
-import { t } from '@/locale/index'
-
-/** 非vue 文件使用 i18n */
-export function testI18n() {
-  // 下面同样生效
-  uni.showModal({
-    title: 'i18n 测试',
-    content: t('app.name'),
-  })
-}