jihongshun
9 天以前 0b906280ec163a3e80364e091550d8462db6b9f9
src/api/system/device.js
@@ -7,3 +7,13 @@
    params: query
  });
}
export function uploadFile(query) {
  return request({
    url: '/upload',
    method: 'post',
    data: query,
    headers: {
      'Content-Type': 'multipart/form-data; '
    }
  });
}