@flexem/header
v0.1.24
Published
```bash npm install @flexem/header 或者 yarn add @flexem/header ``` ## demo ``` 用法实例: <HeaderRight headerArgs={{ disableHref: false, disableProfile: true, idsServiceUrl : AppConfig.idsServiceUrl, } as HeaderAr
Downloads
21
Keywords
Readme
子系统对接账户
npm install @flexem/header
或者
yarn add @flexem/header
demo
<HeaderRight headerArgs={{
disableHref: false,
disableProfile: true,
idsServiceUrl : AppConfig.idsServiceUrl,
} as HeaderArgs} />
disableHref: 跳转到消息系统功能是否禁用,子系统填true就可以了
disableProfile:个人中心功能是否禁用
idsServiceUrl dev的地址是: https://ids-dev.platform.flexem.net
hostVisible: 繁易控制台是否显示
notificationVisible: 小铃铛是否显示
profileVisible:个人信息是否显示