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

add dtable_web settings (#4131)

This commit is contained in:
杨顺强
2019-10-08 17:28:15 +08:00
committed by Daniel Pan
parent 7473845b04
commit e94d71316b
5 changed files with 13 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ export const faviconPath = window.app.config.faviconPath;
export const loginBGPath = window.app.config.loginBGPath;
//pageOptions
export const dtableWebServer = window.app.pageOptions.dtableWebServer;
export const seafileCollabServer = window.app.pageOptions.seafileCollabServer;
export const name = window.app.pageOptions.name;
export const contactEmail = window.app.pageOptions.contactEmail;