From 32e4e91ab81008dda422fb53fd6f4d1711c5d80c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 9 Nov 2025 14:38:38 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0vip=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certd-client/src/components/vip-button/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/ui/certd-client/src/components/vip-button/index.vue b/packages/ui/certd-client/src/components/vip-button/index.vue index 547ce5f8..2abbde53 100644 --- a/packages/ui/certd-client/src/components/vip-button/index.vue +++ b/packages/ui/certd-client/src/components/vip-button/index.vue @@ -340,6 +340,13 @@ function openUpgrade() { function showManualActivation() { manualActiveFlag.value = true; } + + function goBindAccount() { + modalRef?.destroy(); + router.push({ + path: "/sys/account", + }); + } const modalRef = modal.success({ title, maskClosable: true, @@ -367,6 +374,9 @@ function openUpgrade() {
{t("vip.current")} {vipLabel} {t("vip.activated_expire_time")} {settingStore.expiresText} + + 没有生效? +
); }