提交 ba7bd5d1 编写于 作者: M megagao

添加了跳转登录的url

上级 ec0da2ec
......@@ -23,17 +23,11 @@ public class FirstController {
private SysService sysService;
//跳转登录
@RequestMapping("/first")
@RequestMapping(value={"/","/first","/login"})
public String first(Model model)throws Exception{
return "login";
}
//跳转登录
@RequestMapping("/")
public String welcome(Model model, HttpSession session)throws Exception{
return "login";
}
//首页
@RequestMapping("/home")
public String home(HttpSession session, Model model)throws Exception{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册