diff --git a/frontend/src/components/Navbar.vue b/frontend/src/components/Navbar.vue index b38c8b3..da5f07a 100644 --- a/frontend/src/components/Navbar.vue +++ b/frontend/src/components/Navbar.vue @@ -379,7 +379,7 @@ const tokenStatusTooltip = computed(() => { return `登录凭证已过期 ${expiredMins} 分钟,点击右侧按钮刷新`; } if (mins < 60) { - return `Token 剩余时间:${mins} 分钟,过期后可刷新)`; + return `Token 剩余时间:${mins} 分钟,过期后可刷新`; } return 'Token 状态正常'; });