wuyouming666
2024-05-20 1ac37f17a1e674337ea924e9f930725575cee15d
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:""
    })
}