fix: 工具ipfer操作客户端host输入判断
This commit is contained in:
@@ -66,7 +66,7 @@ async function fnIPerf() {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (state.dataType === 'options' && state.data.host === '') {
|
||||
if (state.dataType === 'options' && state.data.mode === 'client' && state.data.host === '') {
|
||||
message.warning({
|
||||
content: 'Please fill in the Host',
|
||||
duration: 2,
|
||||
|
||||
Reference in New Issue
Block a user