优化wiki文档展示

This commit is contained in:
暮光:城中城
2020-06-19 22:22:52 +08:00
parent 1abcc4f92e
commit cb7cce2b98
19 changed files with 62 additions and 21 deletions

View File

@@ -80,7 +80,7 @@
this.getSpacePageNews();
},
showPageDetail(row) {
this.nowClickPath = {spaceId: row.spaceId, pageId: row.pageId};
this.nowClickPath = {pageId: row.pageId};
this.$router.push({path: '/page/show', query: this.nowClickPath});
},
handleCurrentChange(val) {

View File

@@ -78,7 +78,7 @@
this.getSpacePageNews();
},
showPageDetail(row) {
window.open('#/page/show?spaceId=' + row.spaceId + "&pageId=" + row.pageId);
window.open('#/page/show?pageId=' + row.pageId);
},
handleCurrentChange(val) {
this.searchParam.pageNum = val;