Commit 85b5a913 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 登录页隐藏lang英文

See merge request !66
parents 0bcaf609 facecd20
...@@ -23,10 +23,10 @@ const defaultLanguageOptions = [ ...@@ -23,10 +23,10 @@ const defaultLanguageOptions = [
label: '中文繁體', label: '中文繁體',
key: 'zh-HK', key: 'zh-HK',
}, },
{ // {
label: 'English', // label: 'English',
key: 'en', // key: 'en',
}, // },
] ]
const localeKey = ss.get('i18nextLng') || defaultLocale const localeKey = ss.get('i18nextLng') || defaultLocale
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment