import {get,post} from "./request" export function login(data){ return get('/login/login',data) }