In the vue project I use vue-resourceHow can I intercept the get request and set the timeout? Please answer
业精于勤,荒于嬉;行成于思,毁于随。
Vue.http.options.timeout = 3000;
Vue.http.options.timeout = 3000;