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

dtable accessToken (#3953)

* get dtable accessToken

* add testcase

* change token load method

* repair code error

* update dtable version
This commit is contained in:
王健辉
2019-08-12 10:32:57 +08:00
committed by Daniel Pan
parent 471b03bacd
commit 2f0fb01f02
7 changed files with 126 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ window.dtable = {
filePath: filePath,
fileName: fileName,
dtableUuid: dtableUuid,
accessToken: '12345678'
accessToken: ''
};
window.seafileAPI = seafileAPI;