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

update dtable version

This commit is contained in:
shanshuirenjia
2019-07-27 22:30:51 +08:00
parent 45bd662103
commit d4e25c3425
5 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import { seafileAPI } from './utils/seafile-api';
import ViewFileDtable from '@seafile/dtable/es';
import './css/view-file-dtable.css';
const { server, workspaceID, username, userNickName, contactEmail, fileName, filePath, dtableUuid, dtableServer } = window.app.pageOptions;
const { server, workspaceID, username, userNickName, contactEmail, fileName, filePath, dtableUuid, dtableServer, dtableSocket } = window.app.pageOptions;
window.dtable = {};
window.dtable = {
workspaceID: workspaceID,
@@ -13,6 +13,7 @@ window.dtable = {
contactEmail: contactEmail,
server: server,
dtableServer: dtableServer,
dtableSocket: dtableSocket,
filePath: filePath,
fileName: fileName,
dtableUuid: dtableUuid,