Commit 0ea62c0c authored by 邓晓峰's avatar 邓晓峰

feat: replace bootpage project case icon

parent 72de9f3d
Pipeline #25207 passed with stages
in 40 minutes 55 seconds
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -41,9 +41,7 @@ const renderIndustries = (config, callback) =>
<div className={styles.bootPageList}>
<div className={styles.listMain}>
<img
src={`https://panda-water.cn/web4/assets/images/bootPage/${
item.type
}.png`}
src={require(`../../assets/bootPage/${item.type}.png`)}
alt=""
/>
<span className={styles.bootPageName}>{item.name}</span>
......
......@@ -97,7 +97,7 @@ class ProjectBox extends React.Component {
style={{
background: `url(${require('../../assets/transitionalpage/' +
item +
'.png')})`,
'项目案例.png')})`,
}}
key={item}
>
......
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