import request from '@/service' export const addCameraConfig = data => { return request({ url: `/camera/add`, method: 'POST', data, }) }