@@ -33,7 +33,7 @@
async function handleLogin() {
try {
- const response = await axios.post('/user/login', {
+ const response = await axios.post('/user/login', null, {
params: {
phone: tel.value,
password: password.value,