This commit is contained in:
2025-09-26 17:51:07 +08:00
parent 9654a1cbbd
commit b73e0f8385
20 changed files with 1844 additions and 403 deletions

View File

@@ -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