@zscreate/zhxy-app-component 1.0.100 → 1.0.101

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.
@@ -580,7 +580,6 @@ export default {
580
580
  let subscribeKey = genList[i].options.subscribeOptions ?
581
581
  genList[i].options.subscribeOptions.subscribeKey :
582
582
  '';
583
- this.$store.state.subscribeKeys.push(subscribeKey)
584
583
  Pubsub.subscribe(subscribeKey, (msg, data) => {
585
584
  console.log('layout 接受消息', data);
586
585
  const widget = genList[i]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",