1.新建axios-config.js
2.新建interface.js
3.组件中使用
post请求中如果请求参数,需要引入import qs from 'qs' 进行序列化
4.可以在interface.js统一封装成一个方法,export之后再使用
使用:import Interface from 'interface.js'(路径为相对路径)
post请求中如果请求参数,需要引入import qs from 'qs' 进行序列化
使用:import Interface from 'interface.js'(路径为相对路径)