优化代码

This commit is contained in:
pengxiaolong
2025-08-05 22:05:56 +08:00
parent 3eddd94922
commit 40c3282515
86 changed files with 1700 additions and 399 deletions

View File

@@ -111,6 +111,7 @@ export default {
icon: "success",
});
uni.setStorageSync("userinfo", res.data.info);
uni.setStorageSync("token", res.data.info.token);
goEasylogin(this.$goeasy,String(res.data.info.id),this.picture,this.name);
counter.$patch({ myitem: res.data.info });
uni.hideLoading();