Commit 8a4a1c95 by 吴迪

【新增】修改成data

parent 0b81b399
......@@ -35,7 +35,7 @@ public class DomainListController {
// @RequiresPermissions("manage:doc:list")
public R list(@RequestParam Map<String, Object> params) {
return R.ok().put("page", domainListProperties.getList());
return R.ok().put("data", domainListProperties.getList());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment