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) => ...@@ -41,9 +41,7 @@ const renderIndustries = (config, callback) =>
<div className={styles.bootPageList}> <div className={styles.bootPageList}>
<div className={styles.listMain}> <div className={styles.listMain}>
<img <img
src={`https://panda-water.cn/web4/assets/images/bootPage/${ src={require(`../../assets/bootPage/${item.type}.png`)}
item.type
}.png`}
alt="" alt=""
/> />
<span className={styles.bootPageName}>{item.name}</span> <span className={styles.bootPageName}>{item.name}</span>
......
...@@ -97,7 +97,7 @@ class ProjectBox extends React.Component { ...@@ -97,7 +97,7 @@ class ProjectBox extends React.Component {
style={{ style={{
background: `url(${require('../../assets/transitionalpage/' + background: `url(${require('../../assets/transitionalpage/' +
item + item +
'.png')})`, '项目案例.png')})`,
}} }}
key={item} 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