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