修改角色后更新菜单

This commit is contained in:
1147680382@qq.com
2025-05-26 11:59:09 +08:00
parent 21eeb3c8ad
commit ea912c878c
5 changed files with 34 additions and 28 deletions
+1
View File
@@ -34,6 +34,7 @@ onMounted(() => {
})
const gotoLogin = () => {
sessionStorage.removeItem("token");
sessionStorage.removeItem("userInfo");
router.push("/login");
};
</script>