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" 在接受预约之外,我们每月举办 理工维修日,定时定点提供维修。
- 在协会公共日历上查看最近的维修日 + 你可以在协会公共日历上查看最近的维修日。