田源
2025-01-02 f2a30ff604b495e3b58eaee54c6cbd8dfe836f5c
Source/plt-web/plt-web-ui/src/api/user.js
@@ -45,4 +45,11 @@
    params
  });
}
// 按钮权限接口
export function getButtons(params) {
  return request({
    url: "/api/smFunctionController/getAllButtons",
    method: "get",
    params
  });
}