首页看板-数据概览
This commit is contained in:
@ -36,7 +36,7 @@ public class EmsHomePageController extends BaseController{
|
||||
@GetMapping("/dataList")
|
||||
public AjaxResult list()
|
||||
{
|
||||
return success(homePageService.getSiteTotalInfo());
|
||||
return success(homePageService.getHomePageDataList());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user