Ta上传的资源 (0)

vue中的ajax axios.get('/user?ID=12345') .then(function (response) { // handle success console.log(response); }) .catch(function (error) { // handle erro