Commit 7f052b00 authored by 李苏's avatar 李苏 💬

调整

parent ccc1fcd7
import request from 'common/src/utils/request'
export function importTemp(query,url) {
return request({
'Content-type' : 'multipart/form-data',
url: url,
method: 'post',
data: query||{}
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment