1.找不到静态页面
Error resolving template [table/editable_table], template might not exist or might not be accessible by any of the configured Template Resolvers
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [table/editable_table], template might not exist or might not be accessible by any of the configured Template Resolvers
解决办法
需要在添加thymeleaf名称空间
<html lang="en" xmlns:th="http://www.thymeleaf.org">
2、侧边导航栏无法正常打开
解决办法
重复引用了某个script或者js;检查是否引用的公共代码与当前页面重复