优化代码

This commit is contained in:
dengjie
2023-01-29 14:15:43 +08:00
parent 161f23f2c3
commit 09bbce1780
3 changed files with 32 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ function isOutTime(res) {
})
}, 1000)
uni.removeStorageSync('userInfo')
uni.removeStorageSync('loginToken')
uni.removeStorageSync('token')
} else {
// uni.showToast(res.data.message);
}