resolver-egretimp-plus 0.1.73 → 0.1.75

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": "resolver-egretimp-plus",
3
- "version": "0.1.73",
3
+ "version": "0.1.75",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -89,7 +89,7 @@ export async function executeLoadServices(services = [], {
89
89
  }
90
90
 
91
91
  export function normalPageConfigs(pageConfig) {
92
- const rootOptionComp = pageConfig?.pmPageMetaList?.find(item => item.metaCode === 'PC-root-panel' || item.metaCode === 'H5-root-panel')
92
+ const rootOptionComp = pageConfig?.pmPageMetaList?.find(item => item.metaType === 'PC-root-panel' || item.metaType === 'H5-root-panel')
93
93
  if (rootOptionComp) {
94
94
  pageConfig.pmPageMetaList = rootOptionComp.pmPageMetaList
95
95
  delete rootOptionComp.pmPageMetaList
@@ -45,7 +45,7 @@ const separator = computed(() => {
45
45
  return props.separator
46
46
  })
47
47
  const metaCode = computed(() => {
48
- return props.config.dynamicHireRelat?.replace(/(\]|\[|(->))/g, '')?.replace(' ', '')
48
+ return props.config.dynamicHireRelat?.replace(/(\]|\[|(->))/g, '')?.replace(' ', '').replace(/[!@#$%^&*]/g, '')
49
49
  // return `${props.config?.metaCode}-${props?.rowScope?.$index || ''}`
50
50
  })
51
51
  const styleObj = computed(() => {