报表
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
params: this.$http.adornParams()
|
||||
}).then(({data}) => {
|
||||
if (data && data.code === 0) {
|
||||
localStorage.setItem('userInfo', JSON.stringify(data.user))
|
||||
this.loading = false
|
||||
this.userId = data.user.userId
|
||||
this.userName = data.user.username
|
||||
|
||||
Reference in New Issue
Block a user