1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

file history page rewrite

This commit is contained in:
王健辉
2019-04-19 18:23:02 +08:00
parent 22f7daa8b0
commit cffda3ebf9
9 changed files with 400 additions and 21 deletions

View File

@@ -66,6 +66,7 @@ export const historyRepoID = window.fileHistory ? window.fileHistory.pageOptions
export const repoName = window.fileHistory ? window.fileHistory.pageOptions.repoName : '';
export const filePath = window.fileHistory ? window.fileHistory.pageOptions.filePath : '';
export const fileName = window.fileHistory ? window.fileHistory.pageOptions.fileName : '';
export const useNewAPI = window.fileHistory ? window.fileHistory.pageOptions.use_new_api : '';
// Draft review
export const draftFilePath = window.draft ? window.draft.config.draftFilePath: '';