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

复制到剪切板功能兼容旧版浏览器

This commit is contained in:
2022-04-20 13:42:59 +08:00
parent e493458406
commit 7d8ff462ee
2 changed files with 40 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ router.get('/dashboard/:group/:page/:subpage?', function (req, res) {
},
"category-manage": {
title: "分类管理",
baseTemplate: "form",
baseTemplate: "table",
pageTemplate: "CategoryManage",
},
"book-manage": {