Explorar o código

fix: 删除多余文件

liangan hai 2 semanas
pai
achega
5f8ccc20ef
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  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'),
-  })
-}