当前位置:网站首页 > Vue.js开发 > 正文

VUE实现延时请求接口

var setTimeFlag = null; ratioStep(urls){ var vm=this if(setTimeFlag != null){ clearTimeout(setTimeFlag); } setTimeFlag=setTimeout(()=>{ request.get(apis.runSimTask) .then(res=>{ if(res.data.code==200){ console.log(res.data.data) } }) .catch(error=>{ console.log(error) }); },1000); },

 

到此这篇VUE实现延时请求接口的文章就介绍到这了,更多相关内容请继续浏览下面的相关推荐文章,希望大家都能在编程的领域有一番成就!

版权声明


相关文章:

  • VUE控制台报错: [vue-router] Duplicate named routes definition: { name: "NotFound", path: "*" }2024-11-28 08:36:10
  • vue动态路由:路由参数改变,视图不更新问题的解决2024-11-28 08:36:10
  • Nuxt.js报错:Classic mode for store/ is deprecated and will be removed in Nuxt 32024-11-28 08:36:10
  • Nuxt.js中安装使用插件【ElementUI,axios,scss】2024-11-28 08:36:10
  • VUE 爬坑之旅 -- 引入静态资源的正确方式2024-11-28 08:36:10
  • VUE报错because it violates the following Content Security Policy directive2024-11-28 08:36:10
  • vue路由切换报错message: "Navigating to current location (XXX) is not allowed"的解决方案2024-11-28 08:36:10
  • VUE根据token,路由判断用户登录状态并跳转登录页2024-11-28 08:36:10
  • VUE-axios统一增加请求头并根据接口返回的状态码判断用户登录状态并跳转登录页2024-11-28 08:36:10
  • VUE项目启动后特定接口只调用一次2024-11-28 08:36:10
  • 全屏图片