This commit is contained in:
duanxiaohai 2024-10-18 15:42:33 +08:00
parent abd59a390d
commit 895c51f3b4
1 changed files with 3 additions and 3 deletions

View File

@ -327,9 +327,9 @@ const getRegisteredDB = () => {
ElMessage.warning({
message: res.message,
});
router.replace({
path: "/error/403",
});
// router.replace({
// path: "/error/403",
// });
}
});
};