解构赋值的灵活应用,取到axios的返回值

583 阅读1分钟
    let { data: res } = await this.$http.post('login', this.form);