yuxc
2024-09-12 43c5dc7c3bbf0a2b76c40e4d7a05adfefb5caaeb
Source/plt-web/plt-web-ui/src/api/user.js
@@ -37,3 +37,12 @@
  });
}
// 退出登录
export function logout(params) {
  return request({
    url: "/api/framework/loginController/logout",
    method: "post",
    params
  });
}