前端转vue
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }