Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
123456789 |
- // import baseService from '@/utils/http/axios'
- // import { baseURL } from '@/utils/util'
-
- // export const test = data => {
- // const api = baseURL + `test`
- // return baseService.post(api, data)
- // }
- export interface temp {
- }
|