1.在src/下新建api文件夹,api/下新建index.js和public.js
在public.js中:
import axios from 'axios'; import qs from 'qs' import router from '../router' import { MessageBox} from 'mint-ui' // 注意点,按照以下写 var instance = axios.create(); instance.defaults.timeout = 10000; instance.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'; export default { fetchGet(url, params = {}) { return new Promise((resolve, reject) => { axios.get(url, params).then(res => { if(res.data.code === 302) { MessageBox('提示', '登录失效,请重新登录'); MessageBox.alert('登录失效,请重新登录', '提示').then(action => { router.push("/login"); }); } resolve(res.data); }).catch(error => { reject(error); }) }) }, fetchPost(url, params = {}) { /* axios post请求后端接收不到参数问题: 解决方案一:有效,但是兼容性不是很好,不是所有浏览器都支持 let data = new URLSearchParams() for (var key in params) { data.append(key, params[key]) } */ // 解决方案二:使用qs模块(axios中自带),使用qs.stringify()序列化params return new Promise((resolve, reject) => { axios.post(url, qs.stringify(params)).then(res => { resolve(res.data); }).catch(error => { reject(error); }) }) } }
2.在index.js中:
import http from './public' export const getStation = (params) => { return http.fetchGet('/hydro/rest/getBelongUser', params); } export const userLogin = (params) => { return http.fetchPost("/hydro/rest/login", params); }
3.在Login.vue中调用post请求方法:
<template> <div class="login"> <h1>登录页面</h1> <input type="text" placeholder="请输入用户名" v-model="Username"> <input type="password" placeholder="请输入密码" v-model="Password"> <input type="button" value="登录" @click="toLogin"> </div> </template> <script> import {userLogin} from "../../api/index" export default { name: 'app', data() { return { Username: "", Password: "" } }, methods: { toLogin() { let params = { username: this.Username, password: this.Password }; userLogin(params).then(res => { if(res.code === 200) { this.$router.push("/home") } }) } } } </script>
#### 4.在Home.vue调用get请求方法
<template> <h1 class="home"> {{stationName}} </h1> </template> <script> import {getStation} from "../../api/index" export default { data() { return{ stationName: "" } }, created() { getStation().then(res => { this.stationName = res.msg; }) } } </script>
总结
以上所述是小编给大家介绍的Vue简单封装axios之解决post请求后端接收不到参数问题,希望对大家有所帮助!
华山资源网 Design By www.eoogi.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
华山资源网 Design By www.eoogi.com
暂无评论...
更新日志
2024年11月15日
2024年11月15日
- 群星《我们的歌第六季 第2期》[FLAC/分轨][385.16MB]
- 童丽《每一个晚上》[低速原抓WAV+CUE]
- 乌兰齐齐格《呼伦牧歌》[原抓WAV+CUE]
- 黄乙玲1988-无稳定的爱心肝乱糟糟[日本东芝1M版][WAV+CUE]
- 群星《我们的歌第六季 第3期》[320K/MP3][70.68MB]
- 群星《我们的歌第六季 第3期》[FLAC/分轨][369.48MB]
- 群星《燃!沙排少女 影视原声带》[320K/MP3][175.61MB]
- 乱斗海盗瞎6胜卡组推荐一览 深暗领域乱斗海盗瞎卡组分享
- 炉石传说乱斗6胜卡组分享一览 深暗领域乱斗6胜卡组代码推荐
- 炉石传说乱斗本周卡组合集 乱斗模式卡组最新推荐
- 佟妍.2015-七窍玲珑心【万马旦】【WAV+CUE】
- 叶振棠陈晓慧.1986-龙的心·俘虏你(2006复黑限量版)【永恒】【WAV+CUE】
- 陈慧琳.1998-爱我不爱(国)【福茂】【WAV+CUE】
- 咪咕快游豪礼放送,百元京东卡、海量欢乐豆就在咪咕咪粉节!
- 双11百吋大屏焕新“热”,海信AI画质电视成最大赢家