Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
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}`);
   },
   /**
     * 退出