Commit 1d3915ad authored by 曾婧's avatar 曾婧

fix: 首页

parent e977d30a
Pipeline #51887 passed with stages
in 2 minutes 13 seconds
......@@ -107,7 +107,7 @@ const Index = props => {
<>
{item.icon ? (
item.icon
) : item.extData && item.extData.icon === '1' ? (
) : item.extData && (item.extData.icon === '1'||item.extData.icon==="") ? (
<span />
) : /.svg/.test(item.extData.icon) ? (
<ReactSVG
......
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