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