@@ -56,7 +56,7 @@ export default {
}
},
created () {
- this.getUserInfo()
+ // this.getUserInfo()
mounted () {
this.resetDocumentClientHeight()
@@ -93,13 +93,8 @@ export default {
return
this.$message.error(data.msg)
- }).catch((err) => {
+ }).catch(() => {
this.isDisabled = false
- this.$message({
- message: JSON.stringify(err),
- type: 'error',
- duration: 2000
- })
})