wuyouming666
2024-01-19 85a0a75ab65874f8c010df5ba9cec0d97bf84708
CanadaMes-ui/src/api/home.js
@@ -285,3 +285,11 @@
        data:""
    })
}
export function SwitchScanMethod(scansmethod) {
    return request({
        url: '/home/SwitchScanMethod?scansmethod='+scansmethod,
        method: 'post',
        data:""
    })
}