import axios from '../../utils/axios' // 登录 stock export function login(loginParam) { return axios.post(`/userLogin/loginByPhone`, loginParam); }