Encapsulating Axios Requests

Source: Internet
Author: User

Refer to the code of this encapsulation API to understand the problem with base

Plus an understanding of ' ${base/login} ' below encapsulates Axios request for invocation

  

  

Let base = "

Export Const Requestlogin = params + = {return Axios.post (' ${base}/login ', params). Then (res = res.data)}

Export Const Reqsaveuserprofile = params + = {return Axios.post (' ${base}/user/profile ', params). Then (res = Res.dat A)}

Export Const Reqgetuserlist = params + = {return Axios.get (' ${base}/user/list ', {params:params})}

Export Const Reqgetbooklistpage = params + = {return Axios.get (' ${base}/book/list ', {params:params})}

Export Const Reqdeletebook = params + = {return Axios.get (' ${base}/book/delete ', {params:params})}

Export Const Reqeditbook = params + = {return Axios.get (' ${base}/book/edit ', {params:params})}

Export Const Reqbatchdeletebook = params + = {return Axios.get (' ${base}/book/batchdelete ', {params:params})}

Export Const Reqaddbook = params + = {return Axios.get (' ${base}/book/add ', {params:params})}

Encapsulating Axios Requests

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.