hejianhao
2025-04-29 ccb73e2ea5b4366bf8e8f8022abdf9cdc8faad10
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 登录
export const login = (data) => {
    return axios.post('/login', { ...data })
}