添加时间轴示例

This commit is contained in:
RuoYi
2019-09-27 16:27:02 +08:00
parent cf211fa19c
commit f600cdf527
4 changed files with 126 additions and 3 deletions

View File

@@ -46,6 +46,15 @@ public class DemoFormController
return prefix + "/select";
}
/**
* 时间轴
*/
@GetMapping("/timeline")
public String timeline()
{
return prefix + "/timeline";
}
/**
* 表单校验
*/