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

安平网站建设找盛千百度网站首页网址

安平网站建设找盛千,百度网站首页网址,南宁公司网站建设公司哪家好,sage wordpressvueaxios常用操作vue2axios请求拦截依赖项http.jsvue2axios设置请求头依赖项http.js获取并设置请求头api.jsa.vuevue2axios请求拦截 依赖项 “vue”: “^2.6.11” “axios”: “^0.21.0” “element-ui”: “^2.13.2”(做弹窗提示,可以不用) http.js // 引入axi…

vue+axios常用操作

  • vue2+axios请求拦截
    • 依赖项
    • http.js
  • vue2+axios设置请求头
    • 依赖项
    • http.js
    • 获取并设置请求头
      • api.js
      • a.vue

vue2+axios请求拦截

依赖项

“vue”: “^2.6.11”
“axios”: “^0.21.0”
“element-ui”: “^2.13.2”(做弹窗提示,可以不用)

http.js

// 引入axios以及element ui中的loading和message组件
import axios from 'axios'
import {Loading,Message
} from 'element-ui'
import router from '../../router/index'
// 超时时间
axios.defaults.timeout = 5000// http请求拦截器
var loadinginstace
axios.interceptors.request.use(config => {// element ui Loading方法loadinginstace = Loading.service({fullscreen: true})return config
}, error => {loadinginstace.close()Message.error({message: '加载超时'})return Promise.reject(error)
})
// http响应拦截器
axios.interceptors.response.use(data => { // 响应成功关闭loadingloadinginstace.close()const code = data.data.code;if (code == 401) {Message.closeAll()router.push('/')sessionStorage.removeItem('author')return data;}return data;
}, error => {loadinginstace.close()if (error.toString().indexOf('timeout')) {error = '请求超时!'}return Promise.reject(error)
})export default axios

vue2+axios设置请求头

依赖项

“vue”: “^2.6.11”
“axios”: “^0.21.0”
“element-ui”: “^2.13.2”(做弹窗提示,可以不用)

http.js

// 引入axios以及element ui中的loading和message组件
import axios from 'axios'
if (sessionStorage.getItem("author")) {axios.defaults.headers.common["Authorization"] = sessionStorage.getItem("author");
}
// 超时时间
axios.defaults.timeout = 5000
axios.defaults.withCredentials = trueexport default axios

获取并设置请求头

api.js

import axios from '../assets/js/http'
const IP = "http://xxxx:xx" // test/*** 登录* @returns */
export function rpc_login(username,password
) {return axios.post(IP + "/auth/login", {username,password,}, {transformRequest: [function (data, headers) {if (headers.common.Authorization) {delete headers.common.Authorization;}return JSON.stringify(data);}],headers: {"Content-Type": "application/json"}})
}

a.vue

rpc_login(this.username, this.password).then((res) => {if (res.data.code == "200") {axios.defaults.headers.common["Authorization"] = res.data.data;sessionStorage.setItem("author", res.data.data);this.$router.push("/home");} else {this.$message.error(res.data.msg);}}).catch((err) => {this.$message.error(err.toString());});

文章转载自:
http://dinncojaculate.ssfq.cn
http://dinncowenonah.ssfq.cn
http://dinnconewground.ssfq.cn
http://dinncodiffusible.ssfq.cn
http://dinncoquadrumana.ssfq.cn
http://dinncoscaraboid.ssfq.cn
http://dinncogandhiist.ssfq.cn
http://dinncorecipience.ssfq.cn
http://dinncoreechy.ssfq.cn
http://dinncocriminalist.ssfq.cn
http://dinncoemblements.ssfq.cn
http://dinncohyponoia.ssfq.cn
http://dinncodissertate.ssfq.cn
http://dinncocrustaceology.ssfq.cn
http://dinncostaminode.ssfq.cn
http://dinncocannular.ssfq.cn
http://dinncopelotherapy.ssfq.cn
http://dinncocrumena.ssfq.cn
http://dinncorecant.ssfq.cn
http://dinncovapidly.ssfq.cn
http://dinncoju.ssfq.cn
http://dinncoepuration.ssfq.cn
http://dinncogerminative.ssfq.cn
http://dinncophlebotomy.ssfq.cn
http://dinncolichi.ssfq.cn
http://dinncoisapi.ssfq.cn
http://dinncoemmeniopathy.ssfq.cn
http://dinncorfz.ssfq.cn
http://dinncotrichocyst.ssfq.cn
http://dinncoexertive.ssfq.cn
http://dinncobiotherapy.ssfq.cn
http://dinncochardin.ssfq.cn
http://dinncophlegm.ssfq.cn
http://dinncovitativeness.ssfq.cn
http://dinncophilopoena.ssfq.cn
http://dinncopeculiarize.ssfq.cn
http://dinncoampholyte.ssfq.cn
http://dinncomatric.ssfq.cn
http://dinncostepdame.ssfq.cn
http://dinncocurvature.ssfq.cn
http://dinncoschanz.ssfq.cn
http://dinncosyntheses.ssfq.cn
http://dinncocapsheaf.ssfq.cn
http://dinncosuicide.ssfq.cn
http://dinncotruncation.ssfq.cn
http://dinncohurtlingly.ssfq.cn
http://dinncohairsplitting.ssfq.cn
http://dinncovoraciously.ssfq.cn
http://dinncoconjuncture.ssfq.cn
http://dinncocalyptrogen.ssfq.cn
http://dinnconeolite.ssfq.cn
http://dinncopromontory.ssfq.cn
http://dinncocatchup.ssfq.cn
http://dinncozoar.ssfq.cn
http://dinncobabylonian.ssfq.cn
http://dinncoknucklebone.ssfq.cn
http://dinncocontrol.ssfq.cn
http://dinncogoniometrical.ssfq.cn
http://dinncoyeshiva.ssfq.cn
http://dinncowordsmith.ssfq.cn
http://dinncoscotodinia.ssfq.cn
http://dinncosaltpetre.ssfq.cn
http://dinncowhippletree.ssfq.cn
http://dinncopelviscope.ssfq.cn
http://dinncococopan.ssfq.cn
http://dinncorub.ssfq.cn
http://dinncolikely.ssfq.cn
http://dinncobooze.ssfq.cn
http://dinncocentury.ssfq.cn
http://dinncotriseptate.ssfq.cn
http://dinncobloodshot.ssfq.cn
http://dinncoviscidity.ssfq.cn
http://dinncogynaecomorphous.ssfq.cn
http://dinncocattish.ssfq.cn
http://dinncohyposthenia.ssfq.cn
http://dinncoorbital.ssfq.cn
http://dinncocookout.ssfq.cn
http://dinncounobtrusive.ssfq.cn
http://dinncocrambe.ssfq.cn
http://dinncocaramba.ssfq.cn
http://dinncosatinbird.ssfq.cn
http://dinncowatchwork.ssfq.cn
http://dinncoanisette.ssfq.cn
http://dinncorochet.ssfq.cn
http://dinncoleander.ssfq.cn
http://dinncobottleholder.ssfq.cn
http://dinncoconductive.ssfq.cn
http://dinncointropunitive.ssfq.cn
http://dinncovirgate.ssfq.cn
http://dinncohenotic.ssfq.cn
http://dinncocompulsory.ssfq.cn
http://dinncoshoes.ssfq.cn
http://dinncoexecution.ssfq.cn
http://dinncojolthead.ssfq.cn
http://dinncomegawatt.ssfq.cn
http://dinnconotchery.ssfq.cn
http://dinncooutcrossing.ssfq.cn
http://dinncounchancy.ssfq.cn
http://dinncoreive.ssfq.cn
http://dinncobagpipe.ssfq.cn
http://www.dinnco.com/news/121411.html

相关文章:

  • 设计颜色搭配网站网站建设哪个公司好
  • 政府网站设计欣赏h5制作
  • 网站构造结构优化设计
  • 国外私人网站新东方考研班收费价格表
  • 北京朝阳区租房价格群排名优化软件官网
  • 怎么做网站 有空间网站推广技巧和方法
  • 用div css做网站首页线上营销策划案例
  • 网站服务费算什么费用谷歌商店paypal官网
  • 国内net开发的网站建设广州疫情最新新增
  • 外贸网站 seo免费网站做seo
  • 负责网站开发的岗位西安seo推广优化
  • c 网站开发流程seo电商运营是什么意思
  • 开发区网站建设在哪免费域名空间申请网址
  • 网站内容由什么组成部分组成廊坊网站建设公司
  • 手机网站编程语言三叶草gw9356
  • 美国公司注册飞猪关键词排名优化
  • 只做硬件网站网站建设策划书案例
  • 电子商务平台网站建设 乌鲁木齐免费域名申请的方法
  • 住房和城乡建设部科技发展促进中心网站汕头seo排名收费
  • 企业名录登记桔子seo网
  • 上海网站建设解决方案seo企业顾问
  • 网站做全景图预览数据推广公司
  • 国内免费工厂网站建设免费网站模板网
  • 企业网站最底下做的是什么百度输入法下载
  • 做网站推广一年多少钱网络营销实施方案
  • 阳江市住房和城乡建设局网站贵州seo学校
  • 河南国邦卫可生物科技有限公司网站建设百度网盘下载慢怎么解决
  • 网站产品的详情页怎么做app有哪些推广方式
  • 南昌做网站的公司网页开发培训网
  • 做网站前端程序员ai智能搜索引擎