1. if (Array.isArray(res.data.resp) && res.data.resp.length === 0) {
    2. if (res.data.nopass != '') {
    3. this.$message('error', res.data.nopass)
    4. return false;
    5. }
    6. } else {
    7. console.log(4445,res.data.resp)
    8. }