新增卡片列表demo

This commit is contained in:
RuoYi
2019-07-13 19:19:50 +08:00
parent b757c5b7b3
commit 08ca506cfb
3 changed files with 329 additions and 0 deletions

View File

@@ -136,6 +136,15 @@ public class DemoFormController
return prefix + "/basic";
}
/**
* 卡片列表
*/
@GetMapping("/cards")
public String cards()
{
return prefix + "/cards";
}
/**
* 搜索自动补全
*/