@zgfe/modules-settings 2.0.0-zhongyuan.20 → 2.0.0-zhongyuan.21
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.
|
@@ -657,7 +657,8 @@ var Application = function Application(_ref) {
|
|
|
657
657
|
//对相关数据进行合并
|
|
658
658
|
res.data.forEach(function (resItem) {
|
|
659
659
|
if (item.id === resItem.appId) {
|
|
660
|
-
|
|
660
|
+
item.joinDatabaseDelay = resItem.joinDatabaseDelay;
|
|
661
|
+
item.realTimeDelay = resItem.realTimeDelay;
|
|
661
662
|
return;
|
|
662
663
|
}
|
|
663
664
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.0.0-zhongyuan.
|
|
3
|
+
"version": "2.0.0-zhongyuan.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "f792c23b37e5e04ab9943a96c3135cca3687bb68",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|