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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user