|
@@ -3,12 +3,12 @@ const Cookies = require('js-cookie')
|
|
|
function getTitle() {
|
|
|
let lang = Cookies.get('DefaultLanguage')
|
|
|
|
|
|
- if (lang === 'zh') {
|
|
|
- return '呼叫系统配置中心'
|
|
|
+ if (lang === 'es') {
|
|
|
+ return 'Configuración del sistema'
|
|
|
} else if (lang === 'en') {
|
|
|
return 'System Configuration'
|
|
|
} else {
|
|
|
- return 'Configuración del sistema'
|
|
|
+ return '呼叫系统配置中心'
|
|
|
}
|
|
|
}
|
|
|
|