wl
2022-12-23 475958b9c193fc364b6bf25af05a50e59375d643
src/api/common.js
@@ -33,3 +33,11 @@
        method: 'get',
    })
}
export function checkPass(params) {
    return request({
        url: `/report/audit`,
        method: 'post',
        data:params
    })
}