From eebf6591511daa7c92a7b009a0fef5fb2bea501b Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 03 七月 2024 11:26:20 +0800 Subject: [PATCH] feat:修改pdf查看器 --- index.html | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 087f943..cfa84ca 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@ <title>Vite + Vue</title> <!-- 鐢熶骇鐗堟湰鎹㈡簮 --> <script src='https://meet.jit.si/external_api.js'></script> - <script src='./public/pdfjs/build/pdf.mjs'></script> </head> <body> <div id="app"></div> @@ -15,7 +14,6 @@ <script> window.onload = () => { window.JitsiMeetExternalAPI = JitsiMeetExternalAPI; - window.pdfjsLib = pdfjsLib; } </script> </body> -- Gitblit v1.8.0