wu
2024-01-26 f66c565a395e10901fc71abcfa37f4ff5a15be09
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:""
    })
}