jufubao-base 1.0.221-beta1 → 1.0.221

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.221-beta1",
3
+ "version": "1.0.221",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -530,7 +530,6 @@ export default {
530
530
  },
531
531
  },
532
532
  created() {
533
- debugger
534
533
  this.init(this.container);
535
534
  this.isPreview = this.$configProject.isPreview;
536
535
  },
@@ -207,8 +207,8 @@
207
207
  }
208
208
  },
209
209
  created() {
210
- this.init(this.container);
211
210
  this.isPreview = this.$configProject.isPreview;
211
+ this.init(this.container);
212
212
  },
213
213
  methods: {
214
214