大屏页面初始化
This commit is contained in:
@@ -12,12 +12,6 @@ public class routeController {
|
||||
/**
|
||||
* 路由跳转
|
||||
*/
|
||||
@GetMapping({"/", "/login", "/bigScreen", "/dashboard"})
|
||||
public String forwardToIndex() {
|
||||
return "forward:/index.html";
|
||||
}
|
||||
|
||||
|
||||
@RequestMapping(value = "/**/{path:[^.]*}")
|
||||
public String redirect(@PathVariable String path) {
|
||||
return "forward:/index.html";
|
||||
|
||||
Reference in New Issue
Block a user