fix: update login page title

This commit is contained in:
2023-11-17 11:33:48 +08:00
parent bb92be64fd
commit f401ded041

View File

@@ -160,7 +160,7 @@
titleSub: '初次加载资源可能需要较多时间', titleSub: '初次加载资源可能需要较多时间',
msg: '请耐心等待', msg: '请耐心等待',
}; };
document.title = "管理系统"; document.title = "AGrandEMS";
// 判断选择语言 // 判断选择语言
const lang = localStorage.getItem('cache:local:i18n') || 'zh_CN'; const lang = localStorage.getItem('cache:local:i18n') || 'zh_CN';
@@ -170,7 +170,7 @@
titleSub: 'Loading resources for the first time may take a lot of time', titleSub: 'Loading resources for the first time may take a lot of time',
msg: 'Please be patient', msg: 'Please be patient',
}; };
document.title = "Managerial System"; document.title = "AGrandEMS";
} }
const divStr = ` const divStr = `