1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

完善添加书籍后台输入框

This commit is contained in:
2022-04-05 13:26:49 +08:00
parent 412ec19cf2
commit 936a18404c
4 changed files with 168 additions and 30 deletions

View File

@@ -146,6 +146,8 @@ router.get('/dashboard/:group/:page', function (req, res) {
links: navbarLinks,
group: req.params.group,
page: req.params.page,
// 引入Scripts
generateCategoryHierarchy: ["BookManage", "CategoryManage"].indexOf(req.params.page) > -1
});
return;
}