mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-15 20:25:14 +08:00
后台添加图书、修改图书、书籍管理列表页功能完成;修正一处数据渲染错误;一些小调整
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user