跳转异常问题

我在通过首页未覆盖接口数跳转时遇到该异常
CanceledErrorcode: "ERR_CANCELED"message: "post&/api/definition/page"name: "CanceledError"stack: “CanceledError: post&/api/definition/page\n at http://192.168.0.151:8081/assets/index-qNhzqZEQ.js:2:499527\n at AxiosCanceler.removePending (http://192.168.0.151:8081/assets/index-qNhzqZEQ.js:2:502825)\n at AxiosCanceler.addPending (http://192.168.0.151:8081/assets/index-qNhzqZEQ.js:2:502494)\n at http://192.168.0.151:8081/assets/index-qNhzqZEQ.js:20:43879\n at async Axios.request (http://192.168.0.151:8081/assets/index-qNhzqZEQ.js:2:496781)\n at Axios.request (http://192.168.0.151:8081/assets/index-qNhzqZEQ.js:2:496874)”[[Prototype]]: AxiosErrorconstructor: ƒ CanceledError(e,o,i)length: 3name: "CanceledError"prototype: AxiosError {CANCEL: true}super: Error {isAxiosError: true, toJSON: ƒ}arguments: (…)caller: (…)[[FunctionLocation]]: index-qNhzqZEQ.js:2[[Prototype]]: ƒ ()[[Scopes]]: Scopes[2]CANCEL: true[[Prototype]]: Errorconstructor: ƒ AxiosError(e,o,i,n,a)from: (e,o,i,n,a,l)=> {…}ECONNABORTED: "ECONNABORTED"ERR_BAD_OPTION: "ERR_BAD_OPTION"ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE"ERR_BAD_REQUEST: "ERR_BAD_REQUEST"ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE"ERR_CANCELED: "ERR_CANCELED"ERR_DEPRECATED: "ERR_DEPRECATED"ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS"ERR_INVALID_URL: "ERR_INVALID_URL"ERR_NETWORK: "ERR_NETWORK"ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT"ETIMEDOUT: "ETIMEDOUT"length: 5name: "AxiosError"prototype: Error {isAxiosError: true, toJSON: ƒ}super: {name: ‘Error’, message: ‘’, toString: ƒ}arguments: (…)caller: (…)[[FunctionLocation]]: index-qNhzqZEQ.js:2[[Prototype]]: ƒ ()[[Scopes]]: Scopes[2]toJSON: ƒ ()length: 0name: "toJSON"prototype: {}arguments: (…)caller: (…)[[FunctionLocation]]: index-qNhzqZEQ.js:2[[Prototype]]: ƒ ()[[Scopes]]: Scopes[2]isAxiosError: true[[Prototype]]: Object

这个报错应该是因为 连续点击页面上的功能,导致上一个请求未完成,就被自动取消了,可以看看 f12 网络 中请求