Axios set timeout has no effect

clipboard.png

clipboard.png

as shown in the figure, the 5000ms request timeout is set, but it has no effect. The request failed after 51.64s and 1.3min. Is the setting incorrect?

Mar.17,2022
For the problem of

mock.js, just use the backend service


import axios from 'axios'
axios.defaults.timeout = 5000
Menu