|
|
@ -325,7 +325,11 @@ const handleStart = () => { |
|
|
|
console.log(selectedStatus.value) |
|
|
|
console.log(selectedStatus.value) |
|
|
|
if (selectIp.value === '') { |
|
|
|
if (selectIp.value === '') { |
|
|
|
alert('请先选择影院IP!') |
|
|
|
alert('请先选择影院IP!') |
|
|
|
return |
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (checkedMockConfig.value.length===0){ |
|
|
|
|
|
|
|
alert('请先选择要模拟的接口!') |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (checkedMockConfig.value.indexOf('get_overtime_ticket_status') >= 0) { |
|
|
|
if (checkedMockConfig.value.indexOf('get_overtime_ticket_status') >= 0) { |
|
|
|
if (selectedOvertimeShowType.value === '' || selectedShowInfo.value === '' || selectedStatus.value === '') { |
|
|
|
if (selectedOvertimeShowType.value === '' || selectedShowInfo.value === '' || selectedStatus.value === '') { |
|
|
|