wu
2024-01-19 a62fc01c617ed7d6837d897a120905c2b307ad89
CanadaMes-ui/src/api/home.js
@@ -286,9 +286,9 @@
    })
}
export function SwitchScanMethod(scansmethod) {s
export function SwitchScanMethod(scansmethod) {
    return request({
        url: '/home/SwitchScanMethod?Scanmethod='+scanmethod,
        url: '/home/SwitchScanMethod?scansmethod='+scansmethod,
        method: 'post',
        data:""
    })