axios .post('http://localhost:1338/auth/local', { identifier: this.state.userName, password: this.state.userPassword }) .then(response ...
確定! 回上一頁