@seafile/sdoc-editor 1.0.206-test0.0.7 → 1.0.206-test0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -129,6 +129,8 @@ const getVideoURL = data => {
|
|
|
129
129
|
if (url && url.startsWith('http')) return url;
|
|
130
130
|
const serviceUrl = _context.default.getSetting('serviceUrl');
|
|
131
131
|
const assetsUrl = _context.default.getSetting('assetsUrl');
|
|
132
|
+
console.log(3, serviceUrl, assetsUrl, url);
|
|
133
|
+
console.log(4, (0, _urlJoin.default)(serviceUrl, assetsUrl, url));
|
|
132
134
|
return (0, _urlJoin.default)(serviceUrl, assetsUrl, url);
|
|
133
135
|
};
|
|
134
136
|
exports.getVideoURL = getVideoURL;
|