This commit is contained in:
zhangjianjun 2026-04-21 11:03:39 +08:00
parent b5fa598e0c
commit e44ed7a252
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export default function Foundation() {
)) ))
.map((item: any, index: number) => ( .map((item: any, index: number) => (
<div key={index} className={styles.informationPublicDataItem}> <div key={index} className={styles.informationPublicDataItem}>
<li onClick={() => item.path.includes("/upload") && window.open(item.path, '_blank')}> <li onClick={() => item.path.includes("/yintai") && window.open(item.path, '_blank')}>
<span>{item.name}</span> <span>{item.name}</span>
</li> </li>
</div> </div>