fix(系统设置): 资源池详情不展示性能测试
This commit is contained in:
parent
5a57446616
commit
5b96afdb34
|
@ -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') : '',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue