Update login.vue
This commit is contained in:
parent
da02e25fd1
commit
1529dcb6e6
@ -148,7 +148,13 @@ export default {
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
fail: function () {
|
||||
this.$refs.uToast.show({
|
||||
title: '网络似乎断开了,请检查网络后重试!',
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
// 判断是否可以点击
|
||||
|
Loading…
Reference in New Issue
Block a user