feat: 后端添加管理员认证

This commit is contained in:
2025-07-11 20:07:39 +08:00
parent 3f2c772eeb
commit 546b9250fa
4 changed files with 31 additions and 4 deletions

View File

@@ -182,7 +182,6 @@ onMounted(() => {
// 监听路由变化
router.afterEach(() => {
console.log("Route is changing, reloading user info...");
loadUserInfo();
});
});