Axios.get('/xxx') .then((data) => { // 这里提示类型“AxiosResponse<any>”上不存在属性“success”。 if (data.success) { } }).
確定! 回上一頁