mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-10 10:30:30 +08:00
feat(m11): add password change with profile page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user