zhengyiming
9 天以前 68ca4c1a762997fdbf064d2962f9673663e48fa6
apps/cMiniApp/src/stores/modules/user.ts
@@ -152,6 +152,7 @@
      try {
        this.setUserInfoAction(res);
        this.setTokenAction(res);
        myClient.refetchQueries();
        await this.getCurrentUserInfo();
      } catch (error) {}
    },
@@ -235,7 +236,7 @@
     */
    logout() {
      this.resetState();
      myClient.removeQueries();
      // myClient.removeQueries();
      goAuthorization();
    },