自动获取系统名称

This commit is contained in:
zy 2026-03-19 11:50:22 +08:00
parent 60d0383cc4
commit 938eaeaaf7
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@
onMounted(() => {
showLoginSelect();
let loginInfo = getAuthCache(LOGIN_INFO_KEY)['userInfo'];
console.log('checlll=====', loginInfo != null);
if (loginInfo != null) {
systemName.value = loginInfo['systemName'];
}