You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
172 B

4 weeks ago
  1. import { http } from '@/utils/http.js'
  2. //点击主力追踪
  3. export const getModel1 = () => {
  4. return http({
  5. method: 'GET',
  6. url: '/api/coze/trackingFirst',
  7. })
  8. }