diff --git a/src/forge/Information/Pages/newsList.jsx b/src/forge/Information/Pages/newsList.jsx index 7e1f59d05..bd25c8291 100644 --- a/src/forge/Information/Pages/newsList.jsx +++ b/src/forge/Information/Pages/newsList.jsx @@ -8,6 +8,7 @@ import shijian from '../img/shijian.png'; import liulan from '../img/liulan.png'; import DefaultImg from '../Component/defaultImg'; import emptydata from '../../Images/nodata.png'; +import nodata from '../img/nodata.png'; import { Link } from 'react-router-dom'; import { httpUrl } from '../fetch'; @@ -144,7 +145,7 @@ function NewsList(props){ { mainList && mainList.length === 0 &&
- +

暂无数据~

} diff --git a/src/forge/Information/Pages/projectSource.jsx b/src/forge/Information/Pages/projectSource.jsx index 83c3cc30b..71591cd77 100644 --- a/src/forge/Information/Pages/projectSource.jsx +++ b/src/forge/Information/Pages/projectSource.jsx @@ -6,6 +6,8 @@ import { Link } from 'react-router-dom'; import Nodata from '../../Nodata'; import axios from 'axios'; import { httpUrl } from '../fetch'; +import nodata from '../img/nodata.png'; + const { Search } = Input; function ProjectSource(props){ @@ -164,7 +166,7 @@ function ProjectSource(props){ :"" } { - lists && lists.length === 0 && + lists && lists.length === 0 && temp === 'zone1' ? : }