曹睿
2025-04-25 0c0c1d937b2c1a6be7d71ed14fb37bf1928774ab
src/pages/mine/index.vue
@@ -252,6 +252,7 @@
      if (res.confirm) {
        userStore.logout();
        toast.show("已退出登录");
        uni.reLaunch({ url: "/pages/login/index" });
      }
    },
  });