图片更换

This commit is contained in:
qiukai 2025-03-04 17:30:07 +08:00
parent def1a5ee2d
commit ded1523e26
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ import { Menu } from 'antd';
import { Link } from 'react-router-dom';
import { tempConfig } from '../tempInfo';
import TopEdition from './TopEdition'
import leftImg from '../img/left.png';
@ -71,8 +72,8 @@ function PublicBanner(props){
<div className="ky-sub_t_wrap">
<div className="ky-sub_t">
{data.subTitle}
<img className="ky-sub_img_left" src="/images/left.png" alt="" srcset="" />
<img className="ky-sub_img_right" src="/images/left.png" alt="" srcset="" />
<img className="ky-sub_img_left" src={leftImg} alt="" srcset="" />
<img className="ky-sub_img_right" src={leftImg} alt="" srcset="" />
</div>
</div>
{/* <p className="main_t">{data.mainTitle}</p>

View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B