udxcms 1.0.16 → 1.0.17

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.
@@ -137,7 +137,7 @@ const header = {
137
137
  let componentName = this.commonConf.indexHeader || ''
138
138
  this.showUnit = this.commonConf.showUnit || ''
139
139
  if (Object.keys(this.commonConf).length) {
140
- this.$store.commit('setCommonConf', this.commonConf)
140
+ this.$store.commit('CmsStore/setCommonConf', this.commonConf)
141
141
  }
142
142
  // this.componentId = 'header_dex' || componentName || 'header_b'
143
143
  this.componentId = componentName || 'header_b'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udxcms",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "cms submodule",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",