import http from "@/utils/request"; export const loginApi = { /** * 用户登录 */ postLogin: data => http.post('/login', data), }