From 927dceb9efa3944b1497843f1e961bbd0a11999e Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 27 Jan 2026 15:08:17 +0800 Subject: [PATCH] perf: Platform status invalid display text error --- frontend/src/views/system/platform/PlatformInfo.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/views/system/platform/PlatformInfo.vue b/frontend/src/views/system/platform/PlatformInfo.vue index 16d02da9..db7956cb 100644 --- a/frontend/src/views/system/platform/PlatformInfo.vue +++ b/frontend/src/views/system/platform/PlatformInfo.vue @@ -9,9 +9,7 @@ {{ cardTitle }}
- {{ - info.valid ? t('authentication.valid') : info.corpid ? t('authentication.invalid') : '' - }} + {{ info.valid ? t('authentication.valid') : t('authentication.invalid') }}