设置中文显示和NPM源在代码中修改

This commit is contained in:
xdragon 2024-09-05 10:23:44 +08:00
parent 8463ce5ec0
commit 5362f9eed5
4 changed files with 34 additions and 2 deletions

View file

@ -50,7 +50,8 @@ i18n
.init(
{
ns: ['translation','ep_admin_pads'],
fallbackLng: 'en'
// 后台默认中文显示
fallbackLng: 'zh-hans'
}
)