From 5e12d7051e4cbbeaf167690705657844586289c7 Mon Sep 17 00:00:00 2001 From: Clas Wen Date: Sat, 24 May 2025 17:33:11 +0800 Subject: [PATCH] save --- src/components/header/NavigationUser.vue | 46 ++++++++++++++++++++++-- src/pages/repair/index.astro | 2 +- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/src/components/header/NavigationUser.vue b/src/components/header/NavigationUser.vue index e1ad240..0189eb2 100644 --- a/src/components/header/NavigationUser.vue +++ b/src/components/header/NavigationUser.vue @@ -13,6 +13,11 @@ const onSignIn = async () => { postRedirectUri: window.location.pathname, }) } + +const onGoToAccountManage = async () => { + window.open("https://myid.app.nbtca.space/account/aboutme", "_blank") +} + const onSignOut = async () => { logtoClient.value?.signOut(import.meta.env.PUBLIC_LOGTO_REDIRECT_URL) } @@ -66,10 +71,47 @@ onMounted(() => {
+ + + diff --git a/src/pages/repair/index.astro b/src/pages/repair/index.astro index 0e07a6f..81ecbd9 100644 --- a/src/pages/repair/index.astro +++ b/src/pages/repair/index.astro @@ -68,7 +68,7 @@ import RepairHeader from "../../components/header/RepairHeader.astro" 在接受预约之外,我们每月举办 理工维修日,定时定点提供维修。
- 在协会公共日历上查看最近的维修日 + 你可以在协会公共日历上查看最近的维修日。