修改物理视图和逻辑试图路径

This commit is contained in:
shuzheng 2017-01-19 20:55:44 +08:00
parent 1320d0c6c7
commit 8619d9b740
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
* Created by shuzheng on 2016/12/18.
*/
@Controller
@RequestMapping("/system")
@RequestMapping("/manage/system")
public class SystemController {
private static Logger _log = LoggerFactory.getLogger(SystemController.class);
@ -25,7 +25,7 @@ public class SystemController {
@RequestMapping("/index")
public String index() {
return "/system/index";
return "/manage/system/index";
}
@RequestMapping("/list")