Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
9e6d77e6
Commit
9e6d77e6
authored
Jan 27, 2021
by
Maofei94
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 新增进入老运维的接口
parent
8008b371
Pipeline
#23131
passed with stages
in 19 minutes 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
RightContent.js
src/components/GlobalHeader/RightContent.js
+11
-2
No files found.
src/components/GlobalHeader/RightContent.js
View file @
9e6d77e6
...
@@ -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} /> */
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment