自动获取系统名称
This commit is contained in:
parent
60d0383cc4
commit
938eaeaaf7
|
|
@ -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'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue