1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-15 20:25:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

后台添加图书、修改图书、书籍管理列表页功能完成;修正一处数据渲染错误;一些小调整

This commit is contained in:
2022-04-06 22:52:07 +08:00
parent ca0ede8917
commit 3d2e9b6dfa
14 changed files with 288 additions and 52 deletions

View File

@@ -35,7 +35,9 @@
</h1>
<div id="container">
<% Object.keys(dashboardPage).forEach(item => { %>
<a class="mainNav" href="./<%= item %>"><%= dashboardPage[item].title %></a>
<% if (item.indexOf("index") == -1) { /* 跳过 仪表盘 */ %>
<a class="mainNav" href="./<%= item %>"><%= dashboardPage[item].title %></a>
<% } %>
<% }); %>
</div>
</main>