mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
查询所有分类后端完成
This commit is contained in:
@@ -15,7 +15,6 @@ router.get('/search', function (req, res) {
|
||||
});
|
||||
|
||||
router.get('/category', function (req, res) {
|
||||
console.log(req)
|
||||
if (req.query.id) {
|
||||
// 分类详情页
|
||||
res.render('category-details', {
|
||||
|
Reference in New Issue
Block a user