Compare commits
2 Commits
646aa39239
...
5c7622aa52
| Author | SHA1 | Date |
|---|---|---|
|
|
5c7622aa52 | |
|
|
20477bafaf |
|
|
@ -129,7 +129,8 @@ const Page = () => {
|
|||
border: 0,
|
||||
marginTop: 0,
|
||||
}}
|
||||
src={`${process.env.PUBLIC_URL}/static/pdf/web/viewer.html?file=${encodeURIComponent(`http://223.75.53.141:83/tsg/assets/data.pdf`)}`}
|
||||
// src={`${process.env.PUBLIC_URL}/static/pdf/web/viewer.html?file=${encodeURIComponent(`http://223.75.53.141:83/tsg/assets/data.pdf`)}`}
|
||||
src={`${process.env.PUBLIC_URL}/static/pdf/web/viewer.html?file=${encodeURIComponent(`http://local.gunshiiot.com:18083/tsg/assets/data.pdf`)}`}
|
||||
/>
|
||||
</div>
|
||||
</Modal>
|
||||
|
|
|
|||
Loading…
Reference in New Issue