第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

vue 使用axios怎么更改請求攔截器?

vue 使用axios怎么更改請求攔截器?

冉冉說 2019-05-13 10:35:10
//引入axios以及elementui中的loading和message組件importaxiosfrom'axios'import{Loading,Message}from'element-ui'//超時時間axios.defaults.timeout=5000//http請求攔截器varloadinginstaceaxios.interceptors.request.use(config=>{//elementuiLoading方法loadinginstace=Loading.service({fullscreen:true})returnconfig},error=>{loadinginstace.close()Message.error({message:'加載超時'})returnPromise.reject(error)})//http響應(yīng)攔截器axios.interceptors.response.use(data=>{//響應(yīng)成功關(guān)閉loadingloadinginstace.close()returndata},error=>{loadinginstace.close()Message.error({message:'加載失敗'})returnPromise.reject(error)})exportdefaultaxios比如這個有時候不想跳出elementUI的loading要怎么修改設(shè)置呢?求大神指點?。。?!
查看完整描述

2 回答

?
慕少森

TA貢獻2019條經(jīng)驗 獲得超9個贊

可以加一個開關(guān),放在全局還是vue哪里,隨便你,通過控制這個開關(guān)來控制是否顯示loading
loadinginstace=showLoading&&Loading.service({fullscreen:true})
loadinginstace&&loadinginstace.close()
                            
查看完整回答
反對 回復(fù) 2019-05-13
  • 2 回答
  • 0 關(guān)注
  • 1959 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號