index.js 99 Bytes
Newer Older
1 2 3
import { post } from '@/utils/request';

export const login = data => post('/api/v1/login', data);