Skip to content
Snippets Groups Projects
Commit 8d036f4c authored by 1437862981's avatar 1437862981
Browse files

图片路径修改

parent 9f7dcb43
Branches
Tags
No related merge requests found
...@@ -26,6 +26,7 @@ import RiskIssue from '../RiskIssue'; ...@@ -26,6 +26,7 @@ import RiskIssue from '../RiskIssue';
import styles from './index.less'; import styles from './index.less';
import PopoverCard from './PopoverCard'; import PopoverCard from './PopoverCard';
import BaseInfo from '@/pages/SecurityServiceOverview/components/BaseInfo'; import BaseInfo from '@/pages/SecurityServiceOverview/components/BaseInfo';
import { joinPictureHttp } from '@/utils/comm';
export const colorConfig: Record< export const colorConfig: Record<
string, string,
{ {
...@@ -325,7 +326,8 @@ const DistrictMap: React.FC = () => { ...@@ -325,7 +326,8 @@ const DistrictMap: React.FC = () => {
}} }}
> >
<img <img
src={IMG_URL + item?.disposePicPath} // src={IMG_URL + item?.disposePicPath}
src={joinPictureHttp(item?.disposePicPath)}
alt="" alt=""
className={styles.img} className={styles.img}
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment