1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

Change wiki perm (#2269)

This commit is contained in:
C_Q
2018-08-10 17:21:32 +08:00
committed by Daniel Pan
parent 7bd164f0e1
commit 2d688db5e2
6 changed files with 21 additions and 106 deletions

View File

@@ -103,7 +103,7 @@ class Wiki extends Component {
})
})
let fileUrl = '/wikis/' + slug + filePath;
let fileUrl = siteRoot + 'wikis/' + slug + filePath;
window.history.pushState({urlPath: fileUrl, filePath: filePath}, filePath, fileUrl);
}