import { post } from '@/utils/request'; export const login = data => post('/api/v1/login', data);