@@ -109,7 +109,7 @@
const { id, machineCode } = await validate();
let res = await checkMachineCode({ machineCode });
console.log('res', res);
- if (res && !res.id) {
+ if (res && res.id) {
createConfirm({
iconType: 'warning',
title: () => h('span', '温馨提示'),