mirror of https://gitee.com/stylefeng/guns
【LogViewController】修改操作日志详情页面文件路径
parent
08291b1d1c
commit
fe5134c791
|
@ -33,7 +33,7 @@ public class LogViewController {
|
||||||
*/
|
*/
|
||||||
@GetResource(name = "业务日志详情-视图", path = "/view/log/detailView")
|
@GetResource(name = "业务日志详情-视图", path = "/view/log/detailView")
|
||||||
public String detailView() {
|
public String detailView() {
|
||||||
return "/log_detail.html";
|
return "/modular/system/log/log_detail.html";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue