From 5b96afdb344fce7b3c652f528adb574b22c420fb Mon Sep 17 00:00:00 2001 From: Jianguo-Genius Date: Fri, 12 Apr 2024 14:23:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=B1=A0=E8=AF=A6=E6=83=85=E4=B8=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/setting/system/resourcePool/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/setting/system/resourcePool/index.vue b/frontend/src/views/setting/system/resourcePool/index.vue index 80254fc3fd..4311dfa5d2 100644 --- a/frontend/src/views/setting/system/resourcePool/index.vue +++ b/frontend/src/views/setting/system/resourcePool/index.vue @@ -289,7 +289,6 @@ if (res) { activePool.value = res; const poolUses = [ - activePool.value.loadTest ? t('system.resourcePool.usePerformance') : '', activePool.value.apiTest ? t('system.resourcePool.useAPI') : '', activePool.value.uiTest ? t('system.resourcePool.useUI') : '', ];