mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
完善添加书籍后台输入框
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user