@egova/egova-api 1.0.207 → 1.0.208
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/dist/index.common.js +4 -0
- package/dist/index.umd.js +4 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -61692,6 +61692,10 @@ function (_super) {
|
|
|
61692
61692
|
if (this.response.code && this.response.code !== 200) {
|
|
61693
61693
|
this.active = this.responseSettingTypeList[4];
|
|
61694
61694
|
}
|
|
61695
|
+
|
|
61696
|
+
if (this.response.code && this.response.code === 200) {
|
|
61697
|
+
this.active = this.responseSettingTypeList[0];
|
|
61698
|
+
}
|
|
61695
61699
|
};
|
|
61696
61700
|
/**
|
|
61697
61701
|
* 由于最大化的情况下脚本编辑器大小会根据相应输出栏展开收起而自适应大小
|
package/dist/index.umd.js
CHANGED
|
@@ -61701,6 +61701,10 @@ function (_super) {
|
|
|
61701
61701
|
if (this.response.code && this.response.code !== 200) {
|
|
61702
61702
|
this.active = this.responseSettingTypeList[4];
|
|
61703
61703
|
}
|
|
61704
|
+
|
|
61705
|
+
if (this.response.code && this.response.code === 200) {
|
|
61706
|
+
this.active = this.responseSettingTypeList[0];
|
|
61707
|
+
}
|
|
61704
61708
|
};
|
|
61705
61709
|
/**
|
|
61706
61710
|
* 由于最大化的情况下脚本编辑器大小会根据相应输出栏展开收起而自适应大小
|