Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangtao
2 years ago
Commit
b45ddf6732de56c6b96de9d954f88b38c56e3f55
1 parent
6fd86d25
fix: 文档预览
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/lib/extend/pdfjs/web/viewer.html
hg-monitor-web-base/src/main/resources/static/src/lib/extend/pdfjs/web/viewer.html
View file @
b45ddf6
...
...
@@ -54,7 +54,7 @@ See https://github.com/adobe-type-tools/cmap-resources
var
PDFData
=
""
;
//PDF文件生成的服务器ip地址(各地不同)
var
ipaddr
=
location
.
href
.
substring
(
0
,
location
.
href
.
lastIndexOf
(
':'
));
//浙江地址
var
uri
=
domainName
+
"/api-web/home/readPdf?pdfPath="
+
param
+
"&accessToken="
+
access_token
;
var
uri
=
"/api-web/home/readPdf?pdfPath="
+
param
+
"&accessToken="
+
access_token
;
$
.
ajax
({
type
:
"get"
,
async
:
false
,
...
...
Please
register
or
login
to post a comment