fix(系统设置): 资源池详情不展示性能测试

This commit is contained in:
Jianguo-Genius 2024-04-12 14:23:22 +08:00 committed by Craftsman
parent 5a57446616
commit 5b96afdb34
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@
if (res) { if (res) {
activePool.value = res; activePool.value = res;
const poolUses = [ const poolUses = [
activePool.value.loadTest ? t('system.resourcePool.usePerformance') : '',
activePool.value.apiTest ? t('system.resourcePool.useAPI') : '', activePool.value.apiTest ? t('system.resourcePool.useAPI') : '',
activePool.value.uiTest ? t('system.resourcePool.useUI') : '', activePool.value.uiTest ? t('system.resourcePool.useUI') : '',
]; ];