修改账号切换权限问题

This commit is contained in:
王帅 2025-05-29 15:43:14 +08:00
parent 95c5896f3b
commit 7bdaa8129c

View File

@ -214,6 +214,7 @@ function logout() {
localStorage.removeItem('orgNo');
localStorage.removeItem('session');
localStorage.removeItem('token');
location.reload();
});
}
</script>