前端转vue
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.

service.ts 229B

123456789
  1. // import baseService from '@/utils/http/axios'
  2. // import { baseURL } from '@/utils/util'
  3. // export const test = data => {
  4. // const api = baseURL + `test`
  5. // return baseService.post(api, data)
  6. // }
  7. export interface temp {
  8. }