一点小优化

This commit is contained in:
liub
2025-09-26 16:31:56 +08:00
parent fd3a046ab3
commit d9e45becff
4 changed files with 28 additions and 9 deletions

View File

@ -17,10 +17,10 @@
// if(currTime>=time){
// uni.removeStorageSync(val);
// uni.removeStorageSync("token");
// uni.removeStorageSync("clientID");
// uni.removeStorageSync("clientID");
// }
// }
// else if(val=="token" || val=="clientID"){
// else if(val=="token" || val=="clientID" || val=='phone'){
// console.log("忽略登陆信息");
// }else{
// uni.removeStorageSync(val);