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
72f27628
Commit
72f27628
authored
Apr 28, 2025
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '隐藏逻辑优化'
parent
0435fd15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
webMenu.jsx
src/pages/productCenter/webConfig/menuconfig/webMenu.jsx
+1
-1
No files found.
src/pages/productCenter/webConfig/menuconfig/webMenu.jsx
View file @
72f27628
...
@@ -95,7 +95,7 @@ const MiniMenu = props => {
...
@@ -95,7 +95,7 @@ const MiniMenu = props => {
return
{
return
{
title
:
(
title
:
(
<
div
className=
{
styles
.
title
}
>
<
div
className=
{
styles
.
title
}
>
<
div
className=
{
styles
.
titleText
}
>
{
obj
.
text
}
{
obj
.
hideInMenu
?<
EyeInvisibleOutlined
style=
{
{
color
:
'rgb(190,190,190)'
}
}
/>:
null
}
</
div
>
<
div
className=
{
styles
.
titleText
}
>
{
obj
.
text
}
{
obj
.
hideInMenu
===
true
?<
EyeInvisibleOutlined
style=
{
{
color
:
'rgb(190,190,190)'
}
}
/>:
null
}
</
div
>
<
div
className=
{
styles
.
tip
}
>
<
div
className=
{
styles
.
tip
}
>
{
obj
.
menuType
===
'Web4MenuGroup'
&&
(
{
obj
.
menuType
===
'Web4MenuGroup'
&&
(
<
Tooltip
title=
"导入导出菜单组"
className=
{
styles
.
fs
}
>
<
Tooltip
title=
"导入导出菜单组"
className=
{
styles
.
fs
}
>
...
...
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