axios .post('/auth/login', {username: username, password: pass}, ).then(function (response) { console.log(response); }).catch(function (error) ...
確定! 回上一頁