|
@@ -491,7 +491,7 @@ const header = (props) => {
|
491
|
491
|
<AuthButton name="admin.taDrainage.add.post" noRight={null}>
|
492
|
492
|
<Button type="danger" className={styles.addBtn} onClick={showModal}>新增</Button>
|
493
|
493
|
</AuthButton>
|
494
|
|
- <span style={{ color: '#66B3FF', cursor: 'pointer', marginLeft: 20 }} onClick={openIndexImg}>什么是H5活动?</span>
|
|
494
|
+ <span style={{ color: '#66B3FF', cursor: 'pointer', marginLeft: 20 }} onClick={openIndexImg}>优质案例</span>
|
495
|
495
|
<Modal
|
496
|
496
|
title={title}
|
497
|
497
|
|