解决方法:使用try/catch包裹axios请求部分修改后: ... 1、定义公共方法:utils/publickMethos.js // 函数节流const throttle = function(fn, delay){ var timer; ...
確定! 回上一頁