修复web刷新404问题

This commit is contained in:
敖癸
2023-12-25 16:24:09 +08:00
parent a7b30262e4
commit eb3f0645f2

View File

@ -22,7 +22,7 @@ public class ThymeleafController {
*
* @return
*/
@GetMapping(value = {"/", "/web/", "/web/**","/login"})
@GetMapping(value = {"/", "/web/", "/web/**","/login","/demo","/workspace","/dashboard","/connections","/team"})
public String index() {
return "index";
}