# 作业帮axios二次封装，适用于教学FE团队
#### 有适合使用的外部团队也可以使用。
### 具体说明如下：
`this.$http.post('/url', {
        `参数`
      }, this).then(res => {
        console.log(res);
      }, rej => {
        console.log(rej);
      });`

