import http from "./interface"; export function login(data){ return http.request({ data, url: "/api/staff/login", method: "POST", }); }