Commit 9e6d77e6 authored by Maofei94's avatar Maofei94

feat: 新增进入老运维的接口

parent 8008b371
Pipeline #23131 passed with stages
in 19 minutes 54 seconds
...@@ -46,7 +46,16 @@ const GlobalHeaderRight = props => { ...@@ -46,7 +46,16 @@ const GlobalHeaderRight = props => {
<Breadcrumb {...value.breadcrumb} className={styles.lineHeight} /> <Breadcrumb {...value.breadcrumb} className={styles.lineHeight} />
<div style={{ flex: 1 }} /> <div style={{ flex: 1 }} />
<Colophon /> <Colophon />
<HeaderSearch <div style={{ margin: '0 10px' }}>
<a
target="_blank"
href={`${window.location.origin}/cityoms3/4.0.html`}
rel="noopener noreferer"
>
运维平台4.0
</a>
</div>
{/* <HeaderSearch
className={`${styles.action} ${styles.search} ${styles.toRight}`} className={`${styles.action} ${styles.search} ${styles.toRight}`}
placeholder="站内搜索" placeholder="站内搜索"
defaultValue="" defaultValue=""
...@@ -54,7 +63,7 @@ const GlobalHeaderRight = props => { ...@@ -54,7 +63,7 @@ const GlobalHeaderRight = props => {
option.value.toUpperCase().indexOf(inputValue.toUpperCase()) !== -1 option.value.toUpperCase().indexOf(inputValue.toUpperCase()) !== -1
} }
options={[...routesOptions(value.route)]} options={[...routesOptions(value.route)]}
/> /> */}
{/* <NoticeIcon className={`${styles.action} ${styles.toRight}`} /> */} {/* <NoticeIcon className={`${styles.action} ${styles.toRight}`} /> */}
<Avatar className={styles.toRight} /> <Avatar className={styles.toRight} />
{/* <SelectLang className={styles.action} /> */} {/* <SelectLang className={styles.action} /> */}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment