diff --git a/src/subpages/i18n/lang/index.js b/src/subpages/i18n/lang/index.js index f527be81e..eb32ba3f9 100644 --- a/src/subpages/i18n/lang/index.js +++ b/src/subpages/i18n/lang/index.js @@ -4,6 +4,7 @@ */ // 导入国际化JSON文件 import langJSON from './index.json' + ;(function () { // 定义翻译函数 let $t = function (key, val, nameSpace) {