easy3wui 1.5.45-beta3 → 1.5.45
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.
|
@@ -202,7 +202,8 @@ var Easy3wUpload = function (_Component) {
|
|
|
202
202
|
authToken: authToken,
|
|
203
203
|
ENCFlag: ENCFlag,
|
|
204
204
|
sign: '2959f1aea8db0f7fbba61f0f8474d0ef',
|
|
205
|
-
data: sendData
|
|
205
|
+
data: sendData,
|
|
206
|
+
easy3wRootOrg: _comonConfig.easy3wRootOrg || ''
|
|
206
207
|
}
|
|
207
208
|
};
|
|
208
209
|
if (isRead) {
|
|
@@ -538,6 +538,8 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
538
538
|
formData.append('devId', '');
|
|
539
539
|
formData.append('data', JSON.stringify({ uploadParams: uploadParams }));
|
|
540
540
|
formData.append('sign', '2959f1aea8db0f7fbba61f0f8474d0ef');
|
|
541
|
+
formData.append('easy3wRootOrg', _comonConfig.easy3wRootOrg || '');
|
|
542
|
+
|
|
541
543
|
_superagent2['default'].post('' + urlCheckProgress).send(formData).withCredentials().end(function (err, res) {
|
|
542
544
|
if (err) {
|
|
543
545
|
var _state4 = _this3.state,
|
|
@@ -729,6 +731,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
729
731
|
formData.append('authToken', authToken);
|
|
730
732
|
formData.append('data', JSON.stringify(postParam));
|
|
731
733
|
formData.append('sign', '2959f1aea8db0f7fbba61f0f8474d0ef');
|
|
734
|
+
formData.append('easy3wRootOrg', _comonConfig.easy3wRootOrg || '');
|
|
732
735
|
var startTime = new Date().getTime();
|
|
733
736
|
_superagent2['default'].post('' + urlUpBigFileGeneral).send(formData).withCredentials().end(function (err, res) {
|
|
734
737
|
if (err) {
|
|
@@ -208,7 +208,8 @@ var Easy3wUploadM = function (_Component) {
|
|
|
208
208
|
authToken: authToken,
|
|
209
209
|
ENCFlag: ENCFlag,
|
|
210
210
|
sign: '2959f1aea8db0f7fbba61f0f8474d0ef',
|
|
211
|
-
data: sendData
|
|
211
|
+
data: sendData,
|
|
212
|
+
easy3wRootOrg: _comonConfig.easy3wRootOrg || ''
|
|
212
213
|
}
|
|
213
214
|
};
|
|
214
215
|
if (isRead) {
|