Axios對HTTP攔截的基本使用
阿新 • • 發佈:2018-12-04
該專案是本人使用vue.js 配置中判斷http登入後才能訪問進行的攔截操作
axios. interceptors. response. use( // 新增一個攔截器的請求 response => { // 在發出請求的時候攔截http請求的資料進行判斷 if( response. data. code == 401){ // 比如你訪問一個介面並且這個介面必須是登入狀態下才能請求