6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
import syhttp from "@/utils/syhttp.js";
|
|
|
|
/**
|
|
* 我的公司
|
|
*/
|
|
export const companyMine = (data) => syhttp.post('/SuYuan/monitorDetail', data) |