import http from '@/http/api.js' export const add = (row) => { return http.request({ url: '/eventgm/eventgm/submit', method: 'post', data: row }) }