This commit is contained in:
parent
b5fa598e0c
commit
e44ed7a252
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue