jiangping
2024-10-22 168c5450e3493852059da54d698d08c2269b91fc
1
2
3
4
5
6
7
import request from '../../utils/request'
// 查询
export function home (data) {
  return request.post('/meetingAdmin/cloudService/business/home/home', data, {
    trim: true
  })
}