厂家管理,系统用户,摄像头页面

This commit is contained in:
ifish7
2017-08-16 18:25:43 +08:00
parent 7de1489e10
commit c67116b3db
32 changed files with 2374 additions and 66 deletions
@@ -58,7 +58,7 @@ public class Index {
@RequestMapping(value = "/test", method = RequestMethod.GET)
public Object test() {
ModelAndView mv = new ModelAndView();
mv.setViewName("index");
mv.setViewName("testj");
return mv;
}