import { http } from '@/utils/http.js' //点击主力追踪 export const getModel1 = () => { return http({ method: 'GET', url: '/api/coze/trackingFirst', }) }