修改文件

qzc-dev-demo
秦子超 2025-04-10 17:00:56 +08:00
parent 0e351c0f69
commit 20477bafaf
1 changed files with 2 additions and 1 deletions

View File

@ -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>