增加开发版本融云

This commit is contained in:
唐明明
2022-01-12 11:58:41 +08:00
parent 64ff207491
commit e9903312f6
242 changed files with 40411 additions and 25 deletions

View File

@@ -132,7 +132,7 @@
if(this.$store.state.token === '') return
info().then(res => {
uni.setNavigationBarTitle({
title: res.nickName
title: res.nickname
})
this.userInfo = res
})