田源
2024-12-16 d186b4d37394e4816e0f271fcced4d06b3069454
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
  });
}