import { request } from "./http.js"; export function login(data) { return request({ url: "/login", method: "post", data, }); }