wiki增加历史版本功能,原创使用git方式管理wiki历史版本和查看,修改评论展示区域,修改布局
This commit is contained in:
@@ -19,6 +19,12 @@ export default {
|
||||
},
|
||||
pageDelete: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/delete', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
pageHistoryList: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/history/list', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
pageHistoryDetail: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/history/detail', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
pageNews: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/news', method: 'post', data: Qs.stringify(data)});
|
||||
|
||||
Reference in New Issue
Block a user