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}`); }, /** * 退出