李林
2023-08-22 c4345710b23e8a00b3869e4926ce72786690e0a4
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,