Compare commits

...

2 Commits

Author SHA1 Message Date
秦子超 5c7622aa52 Merge branch 'master' of http://10.0.41.100:3000/lishenfeng/tsg-web 2025-04-10 17:01:01 +08:00
秦子超 20477bafaf 修改文件 2025-04-10 17:00:56 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,8 @@ const Page = () => {
border: 0, border: 0,
marginTop: 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> </div>
</Modal> </Modal>