cfel-base-components 2.6.8 → 2.6.9

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": "cfel-base-components",
3
- "version": "2.6.8",
3
+ "version": "2.6.9",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -263,7 +263,7 @@ export default function Account({ historyAction , DocumentDom}: AccountProps) {
263
263
  ]
264
264
  }}
265
265
  headerTitle={
266
- productCode === 'puhui-console' ? (
266
+ productCode === 'puhui' ? (
267
267
  <>
268
268
  账号列表
269
269
  {/* <DocumentEntry documentId={'pc8tgn179k0aky1f'} /> */}
@@ -301,7 +301,7 @@ export default function Role({ historyAction , DocumentDom }: RoleProps) {
301
301
  ]
302
302
  }}
303
303
  headerTitle={
304
- productCode === 'puhui-console' ? (
304
+ productCode === 'puhui' ? (
305
305
  <>
306
306
  角色列表
307
307
  {/* <DocumentEntry documentId={'ovsivik3nchylskc'} /> */}