jeecg-boot通用get和post 请求使用说明
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jeecg-boot通用get和post 请求使用说明相关的知识,希望对你有一定的参考价值。
参考技术A 1.在页面中导入相关依赖:import deleteAction, getAction,downFile from '@/api/manage'
2.请求方法:
getAction(this.url.list).then((res) => console.log(res))
1.导入相关依赖:
2.请求方法:
httpAction(httpurl,formData,method).then((res)=>console.log(res))
若请求时使用token,需要以下操作:
1.导入获取token的依赖:
2.页面属性中声明header字段:
3. created ()方法中给this.header赋值:
以上是关于jeecg-boot通用get和post 请求使用说明的主要内容,如果未能解决你的问题,请参考以下文章
javaweb解决post和get请求方式中文乱码问题(通用)