@cc-component/cc-core 1.8.0 → 1.8.1

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.
@@ -109,7 +109,7 @@ export class LayerUI {
109
109
 
110
110
  /**重置网络配置 */
111
111
  ResetHttpServer(config: EnvironmentConfig) {
112
- Object.assign(config, this.current_config);
112
+ Object.assign(this.current_config, config);
113
113
  }
114
114
 
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-core",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",