this.post()this.get()this.put()this._delete() 举例 methods: { async getBanner() { const res = await this.post('/wap/BusniessCollege/adsList'); this.banner = res.data.list; }}