wu
2024-01-19 2a693c6842788d1011d69e62af3df6dfd06ecf16
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:""
    })