Skip to content

Commit 65f941b

Browse files
author
linlei
committed
1、优化页面入口
1 parent 8a65dda commit 65f941b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

wx-dump-admin/src/main/java/com/xcs/wx/controller/IndexController.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ public class IndexController {
1717
*
1818
* @return html
1919
*/
20-
@RequestMapping(value = {
21-
"/"
22-
})
20+
@RequestMapping(value = "/{path:[^.]*}")
2321
public String index() {
2422
return "index";
2523
}

0 commit comments

Comments
 (0)