vue路由切換時取消以前的全部請求

在main.js文件裏javascript import router from 'router/'; import Vue from 'vue'; Vue.Cancel = []; router.beforeEach((to, from, next) => { while (Vue.Cancel.length > 0) { Vue.Cancel.shift()('can
相關文章
相關標籤/搜索