update home.vue

This commit is contained in:
linfeng 2023-03-29 10:20:12 +08:00
parent b58a356e96
commit 4a2557173a

View File

@ -159,6 +159,7 @@
title: this.userInfo.username
});
} else {
this.$u.toast(res.msg)
setTimeout(function() {
uni.switchTab({
url: '/pages/index/index'