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

Merge pull request #3768 from haiwen/improve-account-component

improve account module
This commit is contained in:
Daniel Pan
2019-07-01 13:40:01 +08:00
committed by GitHub
4 changed files with 28 additions and 33 deletions

View File

@@ -16,6 +16,7 @@ export const lang = window.app.config.lang;
export const fileServerRoot = window.app.config.fileServerRoot;
export const seafileVersion = window.app.config.seafileVersion;
export const serviceURL = window.app.config.serviceURL;
export const appAvatarURL = window.app.config.avatarURL;
//pageOptions
export const seafileCollabServer = window.app.pageOptions.seafileCollabServer;