yuyu
2023-08-23 bd059ca9afcd5577664d17ca690149bde17602e2
src/api/util/requestUtil.js
@@ -15,6 +15,15 @@
        data
    })
}
export function wpost(path, params) {
    return request({
        url: path,
        method: 'post',
        params
    })
}
export function postFile(path, data) {
    return request({
        url: path,