修改bug

This commit is contained in:
邓洁
2023-02-24 14:13:17 +08:00
parent afccd4c183
commit 8bdb156ec2
9 changed files with 34 additions and 69 deletions

View File

@@ -67,7 +67,6 @@
//获取头像昵称和普通会员和VIP会员
getUser() {
this.$apiServe.getUser().then(res => {
console.log('个人信息==', res.data);
if (res.data.msg === "登录超时,请重新登录") {
this.isLoad = false
}