1、新增标签页面

2、优化显示效果
This commit is contained in:
Minho
2017-07-10 14:54:59 +08:00
parent 47687cc5b1
commit 3a1daba62a
11 changed files with 157 additions and 28 deletions

View File

@@ -768,6 +768,9 @@ func (c *DocumentController) Export() {
} else {
bookResult = isReadable(identify, token, c)
}
if bookResult.PrivatelyOwned == 0 {
//TODO 私有项目禁止导出
}
docs, err := models.NewDocument().FindListByBookId(bookResult.BookId)
if err != nil {