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

Wiki search modify (#2346)

* modify search privilege

* modify params

* modify search module
This commit is contained in:
shanshuirenjia
2018-09-06 17:34:33 +08:00
committed by zheng xie
parent 83f6485bea
commit ed65284bda
3 changed files with 6 additions and 3 deletions

View File

@@ -8,9 +8,10 @@ export const mediaUrl = window.app.config.mediaUrl;
export const siteTitle = window.app.config.siteTitle;
export const logoWidth = window.app.config.logoWidth;
export const logoHeight = window.app.config.logoHeight;
export const isPro = window.app.config.isPro === "True";
export const slug = window.wiki.config.slug;
export const repoID = window.wiki.config.repoId;
export const serviceUrl = window.wiki.config.serviceUrl;
export const initialFilePath = window.wiki.config.initial_file_path;
export const permission = window.wiki.config.permission
export const permission = window.wiki.config.permission;