6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
import syhttp from "@/utils/syhttp.js";
|
|
|
|
/**
|
|
* 我的公司
|
|
*/
|
|
export const uplodeImgAPI = (data) => syhttp.post('/user/imageUpload', data) |