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-07 11:32:34 +08:00
parent af88f65679
commit 049f9d85d5
7 changed files with 115 additions and 18 deletions

View File

@@ -127,7 +127,7 @@ router.get('/dashboard/:group/:page/:subpage?', function (req, res) {
// },
"my-collection": {
title: "我的收藏",
baseTemplate: "blank",
baseTemplate: "table",
pageTemplate: "myCollection",
},
"my-account": {