Commit 2c22b53f by fsn

requestmapping

parent 8d6eb4ca
......@@ -44,7 +44,7 @@ public class LogController extends BaseController {
/**
* 跳转到日志管理的首页
*/
@RequestMapping("/")
@RequestMapping("")
public String index() {
return PREFIX + "log.html";
}
......
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 to comment