Houjie
2025-07-09 634e2994bc4020a06d7116f44a83702a0e423a22
api/api.js
@@ -17,8 +17,8 @@
   /**
     * 第三方登录
     */
   thirdLogin(token, thirdType,tenantId) {
      return http.get(`/sys/thirdLogin/getLoginUser/${token}/${thirdType}/${tenantId}`);
   thirdLogin(token, thirdType) {
      return http.get(`/sys/thirdLogin/getLoginUser/${token}/${thirdType}`);
   },
   /**
     * 退出