更换接口地址,调整用户会员数据

This commit is contained in:
唐明明
2022-06-12 13:10:03 +08:00
parent 564d5921bc
commit ae584629bd
7 changed files with 9833 additions and 10082 deletions

View File

@@ -189,7 +189,6 @@
getInfo() {
if (this.$store.state.token === '') return;
info().then(res => {
console.log(res)
uni.setNavigationBarTitle({
title: res.nickname
});