feat(sj_1.1.0-beta1): 修复退出登录和修改密码未重定向到登录页问题
This commit is contained in:
parent
79b5c588cd
commit
35e63abcb6
@ -65,7 +65,7 @@ const onChange = (value: string) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const namespaceName = computed(() => {
|
const namespaceName = computed(() => {
|
||||||
return namespaceIds.value.filter(item => item.uniqueId === namespaceId.value)[0].name || 'Default';
|
return namespaceIds.value.filter(item => item.uniqueId === namespaceId.value)[0]?.name || 'Default';
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user