首页看板-数据概览

This commit is contained in:
2025-06-21 09:42:31 +08:00
parent 490261bc1f
commit 53c1093f65
13 changed files with 601 additions and 5 deletions

View File

@ -36,7 +36,7 @@ public class EmsHomePageController extends BaseController{
@GetMapping("/dataList")
public AjaxResult list()
{
return success(homePageService.getSiteTotalInfo());
return success(homePageService.getHomePageDataList());
}
/**