layui结合thymeleaf

thymeleaf结合layuiadmain(jframe版)部分页面丢失
问题相关代码
<dl class="layui-nav-child">
                <dd data-name="console" class="layui-this">
                  <a th:lay-href="@{/views/home/console.html}">控制台</a>
                </dd>
                <dd data-name="console">
                  <a lay-href="home/homepage1.html">主页一</a>
                </dd>
                <dd data-name="console">
                  <a lay-href="home/homepage2.html">主页二</a>
                </dd>
              </dl>

运行结果

img

我想要达到的结果

能正常浏览

404页面地址不对。检查一下路径问题。