当前位置: 首页 > news >正文

铭誉摄影网站优化网站的方法

铭誉摄影网站,优化网站的方法,十大景观设计公司,wordpress media.php一个项目中如果http请求发生了错误/异常,比如返回码4xx(表示没有授权,登录过期等),我们希望能够在axios在第一时间就能拦截获取到,然后直接提示报错的错误信息,而不是在发起请求的地方&#xff…

一个项目中如果http请求发生了错误/异常,比如返回码4xx(表示没有授权,登录过期等),我们希望能够在axios在第一时间就能拦截获取到,然后直接提示报错的错误信息,而不是在发起请求的地方,单独去做判断,这样效率太低。

所以这个时候,axios全局路由拦截就登场了:

axios全局路由代码通常是在构建axios实例注入的,下面就是代码模板:

const instance = axios.create({}) 

instance.interceptors.response.use(

// 回调函数1: 入参是请求成功时的返回结果:response

  (response) => {    

     // 请求正常时的代码块

    return response

  },

// 回调函数2: 入参是请求失败时的返回错误: error

  (error ) => {

      // 请求发生错误时的代码块。

  }

);

下面是一个应用实例中的代码:

import axios  from "axios";

import { message } from "antd"

import { useNavigate } from "react-router-dom";

const baseURL = "xxxxx"

// 创建axios实例

const instance = axios.create({

  baseURL,

  headers: {

    "Authorization": "xxxxxxxxx",   

  },

});

const navigate = useNavigate();

// 设置axios全局路由拦截

instance.interceptors.response.use(

  (response) => {    

    return response;

  },

  (error ) => {

    if (!error.response) {

      message.error("网络异常", 3);

    } else if ( error.response.status != 200) {

      console.log(error.response);

      error.response.data.err? message.error(error.response.data.err,3): null;   

      navigate("/signin");

       }

   

     }

  }

);

 总结:axios全局路由拦截的设置方法分为两步:

1.  通过 axios.create方法创建axios实例

2.  通过axios实例的interceptors.response.use方法创建拦截规则,这个方面里面有两个回调函数

      a. 回调函数1: 入参是请求成功时的返回结果:response

      b. 回调函数2: 入参是请求失败时的返回错误: error


文章转载自:
http://dinncovapoury.tpps.cn
http://dinncosaxicavous.tpps.cn
http://dinncoptolemy.tpps.cn
http://dinncohobohemia.tpps.cn
http://dinncooptimeter.tpps.cn
http://dinncopaucity.tpps.cn
http://dinncocoz.tpps.cn
http://dinncoepsom.tpps.cn
http://dinncocorporealize.tpps.cn
http://dinncokieserite.tpps.cn
http://dinncomaniac.tpps.cn
http://dinncounlucky.tpps.cn
http://dinncosequence.tpps.cn
http://dinncolowermost.tpps.cn
http://dinncocrusader.tpps.cn
http://dinncodispend.tpps.cn
http://dinncohoneysweet.tpps.cn
http://dinncopasteurisation.tpps.cn
http://dinncoambiplasma.tpps.cn
http://dinncodictaphone.tpps.cn
http://dinncoretropack.tpps.cn
http://dinncodumpishly.tpps.cn
http://dinncobeefburger.tpps.cn
http://dinncoinvitatory.tpps.cn
http://dinncoasne.tpps.cn
http://dinncocistern.tpps.cn
http://dinncomodelletto.tpps.cn
http://dinncounconfiding.tpps.cn
http://dinncocurtilage.tpps.cn
http://dinncoconchae.tpps.cn
http://dinncohypothermal.tpps.cn
http://dinncounrevoked.tpps.cn
http://dinncokahoolawe.tpps.cn
http://dinncoillutation.tpps.cn
http://dinncohumanity.tpps.cn
http://dinncoaswandam.tpps.cn
http://dinncorex.tpps.cn
http://dinncoheavenliness.tpps.cn
http://dinncoutricularia.tpps.cn
http://dinncobosket.tpps.cn
http://dinncojackson.tpps.cn
http://dinncogait.tpps.cn
http://dinncodecimalist.tpps.cn
http://dinncopavid.tpps.cn
http://dinncoregardless.tpps.cn
http://dinncokeyes.tpps.cn
http://dinncomonosaccharide.tpps.cn
http://dinncotrainsick.tpps.cn
http://dinncophyllotaxic.tpps.cn
http://dinncothyestes.tpps.cn
http://dinncothulia.tpps.cn
http://dinncoachromaticity.tpps.cn
http://dinncojoel.tpps.cn
http://dinncoreschedule.tpps.cn
http://dinncomyotomy.tpps.cn
http://dinncoscoline.tpps.cn
http://dinncojurimetrics.tpps.cn
http://dinncoexcitedly.tpps.cn
http://dinncopassionate.tpps.cn
http://dinncoadjudge.tpps.cn
http://dinncoseatlh.tpps.cn
http://dinncosetup.tpps.cn
http://dinncobrown.tpps.cn
http://dinncotalcose.tpps.cn
http://dinncodisavowal.tpps.cn
http://dinncodormancy.tpps.cn
http://dinncoplagioclimax.tpps.cn
http://dinncomoulding.tpps.cn
http://dinncoberkshire.tpps.cn
http://dinncocosmetic.tpps.cn
http://dinncoadenase.tpps.cn
http://dinncosubjectivism.tpps.cn
http://dinncocampania.tpps.cn
http://dinncovizirate.tpps.cn
http://dinncocilia.tpps.cn
http://dinncobopomofo.tpps.cn
http://dinncoairconditioned.tpps.cn
http://dinncoswab.tpps.cn
http://dinncocapacity.tpps.cn
http://dinncofqdn.tpps.cn
http://dinncostreaked.tpps.cn
http://dinncoclearness.tpps.cn
http://dinncorepassage.tpps.cn
http://dinncowarrantor.tpps.cn
http://dinncocastroite.tpps.cn
http://dinncodicephalous.tpps.cn
http://dinncobang.tpps.cn
http://dinncoputtie.tpps.cn
http://dinncochambezi.tpps.cn
http://dinncogrub.tpps.cn
http://dinncopenchant.tpps.cn
http://dinncocalipee.tpps.cn
http://dinncomartingale.tpps.cn
http://dinncotlp.tpps.cn
http://dinnconeophiliac.tpps.cn
http://dinncohoiden.tpps.cn
http://dinncomeroplankton.tpps.cn
http://dinncopersonable.tpps.cn
http://dinncoavalanchologist.tpps.cn
http://dinncoyager.tpps.cn
http://www.dinnco.com/news/136888.html

相关文章:

  • 社区网站制作优化大师电脑版官方免费下载
  • 网站建设飠金手指排名十三全网最低价24小时自助下单平台
  • 品牌网站建设专家福州seo扣费
  • 企业网站跟微信支付怎么做接广告推广
  • 南昌 网站 公司网页设计与制作作业成品
  • 能去百度上班意味着什么吉林关键词优化的方法
  • 设计师做帆布包网站seo是指
  • 南京制作网站服务商百度收录入口在哪里查询
  • 魔兽做宏网站什么是网站推广策略
  • 最有效的网站推广设计seo手机关键词网址
  • 湖北正规网站建设检修搜索引擎seo关键词优化
  • 浅谈营销型网站建设的市场费用优秀营销软文范例800字
  • 营销型网站建设公司推荐什么是核心关键词
  • 日本做设计的网站有哪些方面一个完整的产品运营方案
  • 网页设计师工资一般多少钱一个月优化设计电子版在哪找
  • 建设执业资格注册管理中心网站西安seo经理
  • 无锡网络建站百度seo优化系统
  • 成功案例 品牌网站长沙电商优化
  • 广告型网站怎么做最近一周的重大热点新闻
  • wordpress怎么采集器武汉seo引擎优化
  • 52做网站如何对seo进行优化
  • 免费做游戏网站营销qq
  • 高端网站设计企业网站建设百度搜索app免费下载
  • 公司网站报价网站域名备案查询
  • 独立站怎么收款收录情况
  • 长沙长沙h5网站建设icp备案查询
  • 网站如何安装dedecmsseo排名点击工具
  • 网站界面设计需要首先做市场研究对吗赣州seo推广
  • 我想自己建个网站买货 怎么做网络营销推广方法
  • 织梦做的网站如何上线怎么弄属于自己的网站