Commit 5c84da51 by chongli

Merge branch 'f-6.6.9' of 192.168.10.6:caosy/fun-admin into f-6.6.9

parents 7ab0c543 b29d400d
......@@ -30,6 +30,15 @@ public class adminUserController {
/**
* 指向登录页面
*/
@RequestMapping(value = "/ranking", method = RequestMethod.GET)
public String ranking(ModelMap model) {
model.put("success", "");
return "user/ranking";
}
/**
* 指向登录页面
*/
@RequestMapping(value = "/adminLoginGet", method = RequestMethod.GET)
public String getLoginPage(ModelMap model) {
model.put("success", "");
......
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 sign in to comment