feat(m11): add password change with profile page

This commit is contained in:
2026-05-25 01:33:54 +08:00
parent 3ab1165e69
commit 36b6e395c5
5 changed files with 104 additions and 9 deletions
@@ -175,7 +175,7 @@ const breadcrumb = computed(() => {
function onGlobalSearch() { ElMessage.info("全局搜索(开发中)") }
function onNotifications() { ElMessage.info("通知中心(开发中)") }
function onUserMenu() { ElMessage.info("用户设置(开发中)") }
function onUserMenu() { router.push('/profile') }
function onLogout() { auth.logout(); router.push({ name: "login" }); }
</script>