centaline-data-driven 1.6.27 → 1.6.28
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.
- package/package.json +1 -1
- package/release-log.md +9 -0
- package/src/SearchList.vue +2 -1
- package/src/centaline/api/index.js +1 -4
- package/src/centaline/dynamicD/src/dynamicD.vue +1 -1
- package/src/centaline/dynamicForm/src/dynamicForm.vue +6 -1
- package/src/centaline/dynamicRichText/src/dynamicRichText.vue +7 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +5 -0
- package/src/centaline/loader/src/ctl/D.js +7 -1
- package/src/centaline/loader/src/ctl/lib/LibFunction.js +1 -1
- package/src/main.js +3 -3
- package/wwwroot/static/centaline/centaline-data-driven.js +25 -11
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/release-log.md
CHANGED
package/src/SearchList.vue
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
<!-- CCES -->
|
|
33
33
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
|
|
34
|
-
<ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist>
|
|
34
|
+
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist> -->
|
|
35
35
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/sunexpensemanage/sunexpenserecordlist/getLayoutOfSearch'" :searchDataApi="'/sunexpensemanage/sunexpenserecordlist/getList'"></ct-searchlist> -->
|
|
36
36
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customermanage/ProjectCustomerList/getLayoutOfSearch'" :searchDataApi="'/customermanage/ProjectCustomerList/getList'"></ct-searchlist> -->
|
|
37
37
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/workwxmanage/WorkWXApplicationList/getLayoutOfSearch'" :searchDataApi="'/workwxmanage/WorkWXApplicationList/getList'"></ct-searchlist> -->
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customerquery/publiccustcalltaskreferrallist/getLayoutOfSearch'" :searchDataApi="'/customerquery/publiccustcalltaskreferrallist/getList'"></ct-searchlist> -->
|
|
40
40
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
|
|
41
41
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/EntranceNoticeInfoList/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/EntranceNoticeInfoList/getList'"></ct-searchlist> -->
|
|
42
|
+
<ct-searchlist :apiParam="para" :searchConditionApi="'/commissionquery/properformanceszjjbreport/getLayoutOfSearch'" :searchDataApi="'/commissionquery/properformanceszjjbreport/getList'"></ct-searchlist>
|
|
42
43
|
<!-- CCES -->
|
|
43
44
|
|
|
44
45
|
<!-- <ct-searchlist :apiParam="para"
|
|
@@ -177,10 +177,7 @@ const api = {
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
//关闭tab页
|
|
180
|
-
if (data.notification === Enum.ActionType.CloseTab
|
|
181
|
-
|| data.notification === Enum.ActionType.CloseTabThenDelete
|
|
182
|
-
|| data.notification === Enum.ActionType.CloseTabThenNew
|
|
183
|
-
|| data.notification === Enum.ActionType.CloseTabThenUpdate) {
|
|
180
|
+
if (data.notification === Enum.ActionType.CloseTab) {
|
|
184
181
|
if (typeof common.getDataDrivenOpts().handler.closeTab === 'function') {
|
|
185
182
|
common.getDataDrivenOpts().handler.closeTab();
|
|
186
183
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{model.label}}
|
|
7
7
|
</div>
|
|
8
8
|
<el-date-picker :class="[model.showLabel?'ct-date-editor':'']" v-model="model.value" v-bind="model.attrs"
|
|
9
|
-
@input="inputHandler($event)" @change="change($event)" @blur="dateBlur"
|
|
9
|
+
@input="inputHandler($event)" @change="change($event)" @blur="dateBlur" :placeholder="model.placeholder"
|
|
10
10
|
:picker-options="pickerOptions" :disabled="model.lock">
|
|
11
11
|
</el-date-picker>
|
|
12
12
|
</div>
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
});
|
|
575
575
|
}
|
|
576
576
|
else {
|
|
577
|
-
field.doAction(self.getFormObj(), (data) => {
|
|
577
|
+
field.doAction(self.getFormObj(), (data) => {
|
|
578
578
|
field.disabled = false;
|
|
579
579
|
self.model.pageDisabled = false;
|
|
580
580
|
if (data.rtnCode === 200) {
|
|
@@ -638,6 +638,11 @@
|
|
|
638
638
|
});
|
|
639
639
|
}).catch(() => {
|
|
640
640
|
});
|
|
641
|
+
}
|
|
642
|
+
if (data.notification === 14 || data.notification === 15|| data.notification === 16) {
|
|
643
|
+
if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
|
|
644
|
+
self.$common.getDataDrivenOpts().handler.closeTab();
|
|
645
|
+
}
|
|
641
646
|
}
|
|
642
647
|
}, self.model.scripts);
|
|
643
648
|
}
|
|
@@ -29,6 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
data() {
|
|
31
31
|
const that = this;
|
|
32
|
+
let zindex=1;
|
|
33
|
+
if (this.$common.getDataDrivenOpts().zindex) {
|
|
34
|
+
zindex=this.$common.getDataDrivenOpts().zindex + 99;
|
|
35
|
+
}
|
|
32
36
|
return {
|
|
33
37
|
editor: {},
|
|
34
38
|
config: {
|
|
@@ -140,7 +144,7 @@
|
|
|
140
144
|
'drafts',
|
|
141
145
|
'help'
|
|
142
146
|
]],
|
|
143
|
-
zIndex:
|
|
147
|
+
zIndex: zindex,
|
|
144
148
|
/* 上传图片配置项 */
|
|
145
149
|
"imageActionName": "uploadimage222", /* 执行上传图片的action名称 */
|
|
146
150
|
"imageFieldName": "file", /* 提交的图片表单名称 */
|
|
@@ -238,7 +242,8 @@
|
|
|
238
242
|
created() {
|
|
239
243
|
if (typeof this.vmodel === "undefined") {
|
|
240
244
|
this.model = this.loaderObj.Base(this.source);
|
|
241
|
-
}
|
|
245
|
+
}
|
|
246
|
+
else {
|
|
242
247
|
this.model = this.vmodel;
|
|
243
248
|
}
|
|
244
249
|
|
|
@@ -310,6 +310,11 @@ import dynamicElement from '../../mixins/dynamicElement';
|
|
|
310
310
|
});
|
|
311
311
|
}).catch(() => {
|
|
312
312
|
});
|
|
313
|
+
}
|
|
314
|
+
if (data.notification === 14 || data.notification === 15|| data.notification === 16) {
|
|
315
|
+
if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
|
|
316
|
+
self.$common.getDataDrivenOpts().handler.closeTab();
|
|
317
|
+
}
|
|
313
318
|
}
|
|
314
319
|
}, self.model.scripts);
|
|
315
320
|
}
|
|
@@ -24,7 +24,13 @@ const D = function (source, dateType) {
|
|
|
24
24
|
},
|
|
25
25
|
set valueFormat(v) {
|
|
26
26
|
source.valueFormat = v;
|
|
27
|
-
}
|
|
27
|
+
},
|
|
28
|
+
get placeholder() {
|
|
29
|
+
if (source.isList && rtn.attrs.placeholder && rtn.displayLabelAfterSelected) {
|
|
30
|
+
return rtn.attrs.placeholder
|
|
31
|
+
}
|
|
32
|
+
return null;
|
|
33
|
+
},
|
|
28
34
|
}
|
|
29
35
|
};
|
|
30
36
|
rtn = base.copy(Base(source), rtn);
|
package/src/main.js
CHANGED
|
@@ -16,7 +16,7 @@ Vue.config.productionTip = false;
|
|
|
16
16
|
Vue.use(centaline, {
|
|
17
17
|
// baseUrl: "http://10.88.22.46:17070/max-uplink-api/",
|
|
18
18
|
// baseUrl: "http://10.88.22.46:6060/onecard-api/",
|
|
19
|
-
|
|
19
|
+
baseUrl: "http://10.88.22.46:9999/service-api/",
|
|
20
20
|
// baseUrl: "http://10.88.22.46:22324/service-api/v1/form/router",
|
|
21
21
|
// baseUrl: "http://10.88.22.13:17070/max-uplink-api/",
|
|
22
22
|
// baseUrl: "http://10.88.22.13:6060/onecard-api/",
|
|
@@ -26,7 +26,7 @@ Vue.use(centaline, {
|
|
|
26
26
|
// baseUrl: "http://10.25.10.67:9999/service-api/",
|
|
27
27
|
// baseUrl: "http://10.25.10.69:8080/",
|
|
28
28
|
// baseUrl: "https://ccesutest.centaline.com.cn/service-api/v1/form/router",
|
|
29
|
-
baseUrl: "http://10.88.22.69:8080/",
|
|
29
|
+
// baseUrl: "http://10.88.22.69:8080/",
|
|
30
30
|
// baseUrl: "http://10.88.22.42:9999/service-api/",
|
|
31
31
|
// baseUrl: "http://10.1.245.111:38908/service-api/",
|
|
32
32
|
// baseUrl: "http://10.1.245.111:31574/service-api/",
|
|
@@ -73,7 +73,7 @@ Vue.use(centaline, {
|
|
|
73
73
|
estateId: '',
|
|
74
74
|
|
|
75
75
|
authObject: '{"currentEstate":{},"platform":1,"osVersion":"","clientVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"YSLnFY","time":1726133598476,"sign":"e08cc3c4257654dcc6b8063e3cb9b1b3","systemSource":"CCESU","empNo":"24988","empId":"202110201430497BB5FE89123A054CCA"}',
|
|
76
|
-
AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.
|
|
76
|
+
AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjdiOWFiNWM5LTYyZTUtNDg3Mi04Y2U0LTFiYTk0OTlmYTFiZSJ9.P5sPnIyGxHMpULCLQ-0B-Pc5h5yXiNvdJbAHqTV75J8AE3wY4tuuOuFdI3PCjU09K8Wi1ZRqOLd42qHCj8iH8g',
|
|
77
77
|
};
|
|
78
78
|
},
|
|
79
79
|
// 请求完成事件,可判断是否登录过期执行响应操作
|
|
@@ -10147,7 +10147,7 @@ var api = {
|
|
|
10147
10147
|
}
|
|
10148
10148
|
|
|
10149
10149
|
//关闭tab页
|
|
10150
|
-
if (data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTab
|
|
10150
|
+
if (data.notification === __WEBPACK_IMPORTED_MODULE_4__loader_src_ctl_lib_Enum__["default"].ActionType.CloseTab) {
|
|
10151
10151
|
if (typeof __WEBPACK_IMPORTED_MODULE_5__common__["default"].getDataDrivenOpts().handler.closeTab === 'function') {
|
|
10152
10152
|
__WEBPACK_IMPORTED_MODULE_5__common__["default"].getDataDrivenOpts().handler.closeTab();
|
|
10153
10153
|
}
|
|
@@ -11239,7 +11239,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABX
|
|
|
11239
11239
|
"use strict";
|
|
11240
11240
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__ = __webpack_require__(185);
|
|
11241
11241
|
/* unused harmony namespace reexport */
|
|
11242
|
-
/* harmony import */ var
|
|
11242
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1dcf9d7a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(617);
|
|
11243
11243
|
function injectStyle (ssrContext) {
|
|
11244
11244
|
__webpack_require__(611)
|
|
11245
11245
|
}
|
|
@@ -11259,7 +11259,7 @@ var __vue_scopeId__ = null
|
|
|
11259
11259
|
var __vue_module_identifier__ = null
|
|
11260
11260
|
var Component = normalizeComponent(
|
|
11261
11261
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__["a" /* default */],
|
|
11262
|
-
|
|
11262
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1dcf9d7a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
|
|
11263
11263
|
__vue_template_functional__,
|
|
11264
11264
|
__vue_styles__,
|
|
11265
11265
|
__vue_scopeId__,
|
|
@@ -11370,7 +11370,7 @@ module.exports = {};
|
|
|
11370
11370
|
"use strict";
|
|
11371
11371
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__ = __webpack_require__(154);
|
|
11372
11372
|
/* unused harmony namespace reexport */
|
|
11373
|
-
/* harmony import */ var
|
|
11373
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a11f8d94_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(533);
|
|
11374
11374
|
function injectStyle (ssrContext) {
|
|
11375
11375
|
__webpack_require__(531)
|
|
11376
11376
|
}
|
|
@@ -11390,7 +11390,7 @@ var __vue_scopeId__ = null
|
|
|
11390
11390
|
var __vue_module_identifier__ = null
|
|
11391
11391
|
var Component = normalizeComponent(
|
|
11392
11392
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__["a" /* default */],
|
|
11393
|
-
|
|
11393
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a11f8d94_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
|
|
11394
11394
|
__vue_template_functional__,
|
|
11395
11395
|
__vue_styles__,
|
|
11396
11396
|
__vue_scopeId__,
|
|
@@ -19679,6 +19679,11 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
19679
19679
|
});
|
|
19680
19680
|
}).catch(function () {});
|
|
19681
19681
|
}
|
|
19682
|
+
if (data.notification === 14 || data.notification === 15 || data.notification === 16) {
|
|
19683
|
+
if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
|
|
19684
|
+
self.$common.getDataDrivenOpts().handler.closeTab();
|
|
19685
|
+
}
|
|
19686
|
+
}
|
|
19682
19687
|
}, self.model.scripts);
|
|
19683
19688
|
}
|
|
19684
19689
|
}
|
|
@@ -29262,6 +29267,11 @@ module.exports = g;
|
|
|
29262
29267
|
});
|
|
29263
29268
|
}).catch(function () {});
|
|
29264
29269
|
}
|
|
29270
|
+
if (data.notification === 14 || data.notification === 15 || data.notification === 16) {
|
|
29271
|
+
if (typeof self.$common.getDataDrivenOpts().handler.closeTab === 'function') {
|
|
29272
|
+
self.$common.getDataDrivenOpts().handler.closeTab();
|
|
29273
|
+
}
|
|
29274
|
+
}
|
|
29265
29275
|
}, self.model.scripts);
|
|
29266
29276
|
}
|
|
29267
29277
|
}
|
|
@@ -66544,6 +66554,10 @@ var ctSpan = {
|
|
|
66544
66554
|
},
|
|
66545
66555
|
data: function data() {
|
|
66546
66556
|
var that = this;
|
|
66557
|
+
var zindex = 1;
|
|
66558
|
+
if (this.$common.getDataDrivenOpts().zindex) {
|
|
66559
|
+
zindex = this.$common.getDataDrivenOpts().zindex + 99;
|
|
66560
|
+
}
|
|
66547
66561
|
return {
|
|
66548
66562
|
editor: {},
|
|
66549
66563
|
config: {
|
|
@@ -66558,7 +66572,7 @@ var ctSpan = {
|
|
|
66558
66572
|
toolbars: [['fullscreen', 'source', '|', 'undo', 'redo', '|', 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|', 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|', 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|', 'directionalityltr', 'directionalityrtl', 'indent', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|', 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
|
|
66559
66573
|
//'simpleupload',
|
|
66560
66574
|
'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe', 'insertcode', 'webapp', 'pagebreak', 'template', 'background', '|', 'horizontal', 'date', 'time', 'spechars', 'wordimage', '|', 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|', 'print', 'preview', 'searchreplace', 'drafts', 'help']],
|
|
66561
|
-
zIndex:
|
|
66575
|
+
zIndex: zindex,
|
|
66562
66576
|
/* 上传图片配置项 */
|
|
66563
66577
|
"imageActionName": "uploadimage222", /* 执行上传图片的action名称 */
|
|
66564
66578
|
"imageFieldName": "file", /* 提交的图片表单名称 */
|
|
@@ -74183,7 +74197,7 @@ var content = __webpack_require__(532);
|
|
|
74183
74197
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
74184
74198
|
if(content.locals) module.exports = content.locals;
|
|
74185
74199
|
// add the styles to the DOM
|
|
74186
|
-
var update = __webpack_require__(3)("
|
|
74200
|
+
var update = __webpack_require__(3)("735d0d88", content, true, {});
|
|
74187
74201
|
|
|
74188
74202
|
/***/ }),
|
|
74189
74203
|
/* 532 */
|
|
@@ -75640,7 +75654,7 @@ var content = __webpack_require__(612);
|
|
|
75640
75654
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
75641
75655
|
if(content.locals) module.exports = content.locals;
|
|
75642
75656
|
// add the styles to the DOM
|
|
75643
|
-
var update = __webpack_require__(3)("
|
|
75657
|
+
var update = __webpack_require__(3)("2dfdacf9", content, true, {});
|
|
75644
75658
|
|
|
75645
75659
|
/***/ }),
|
|
75646
75660
|
/* 612 */
|
|
@@ -83730,7 +83744,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
83730
83744
|
"use strict";
|
|
83731
83745
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicRichText_vue__ = __webpack_require__(409);
|
|
83732
83746
|
/* unused harmony namespace reexport */
|
|
83733
|
-
/* harmony import */ var
|
|
83747
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c17650a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRichText_vue__ = __webpack_require__(836);
|
|
83734
83748
|
function injectStyle (ssrContext) {
|
|
83735
83749
|
__webpack_require__(833)
|
|
83736
83750
|
}
|
|
@@ -83750,7 +83764,7 @@ var __vue_scopeId__ = null
|
|
|
83750
83764
|
var __vue_module_identifier__ = null
|
|
83751
83765
|
var Component = normalizeComponent(
|
|
83752
83766
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicRichText_vue__["a" /* default */],
|
|
83753
|
-
|
|
83767
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c17650a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRichText_vue__["a" /* default */],
|
|
83754
83768
|
__vue_template_functional__,
|
|
83755
83769
|
__vue_styles__,
|
|
83756
83770
|
__vue_scopeId__,
|
|
@@ -83771,7 +83785,7 @@ var content = __webpack_require__(834);
|
|
|
83771
83785
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
83772
83786
|
if(content.locals) module.exports = content.locals;
|
|
83773
83787
|
// add the styles to the DOM
|
|
83774
|
-
var update = __webpack_require__(3)("
|
|
83788
|
+
var update = __webpack_require__(3)("57572b14", content, true, {});
|
|
83775
83789
|
|
|
83776
83790
|
/***/ }),
|
|
83777
83791
|
/* 834 */
|