Update login.vue

This commit is contained in:
亓雪峰 2020-11-09 17:43:58 +08:00
parent da02e25fd1
commit 1529dcb6e6

View File

@ -148,7 +148,13 @@ export default {
type: 'error'
});
}
}
},
fail: function () {
this.$refs.uToast.show({
title: '网络似乎断开了,请检查网络后重试!',
type: 'error'
});
}
});
//