fix: 调整语言的中英文变量

This commit is contained in:
刘洪洪
2023-11-01 12:10:54 +08:00
parent a0d2160b43
commit 3da4b4b20a
14 changed files with 65 additions and 52 deletions

View File

@@ -1792,6 +1792,8 @@ export const langData = [
{ value: 'zh', label: 'zh' },
{ value: 'en', label: 'en' }
]
export const ZH = 'zh'
export const EN = 'en'
export const performanceMetricMapping = {
'dns error': 'DNS Error Rate',