Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gavelinfo
kwell-mes
Commits
57fd96e3
Commit
57fd96e3
authored
Mar 10, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页面
parent
d2837c7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
api.js
gavel/src/main/resources/static/js/dashboard/api.js
+2
-16
No files found.
gavel/src/main/resources/static/js/dashboard/api.js
View file @
57fd96e3
...
@@ -226,23 +226,9 @@
...
@@ -226,23 +226,9 @@
}
}
/* pdf */
/* pdf */
function
getPdf
(
time
){
function
getPdf
(
time
){
HTTP
.
post
(
"getPdf"
,
{},
function
(
result
)
{
pdfshow
(
"getPdf"
,
"gylct"
,
time
||
20000
)
if
(
result
[
'success'
])
{
let
data
=
result
.
data
.
pdf
pdfshow
(
data
,
"gylct"
,
time
||
20000
)
}
else
{
console
.
log
(
"请求失败"
)
}
});
}
}
/* video */
/* video */
function
getVideo
(){
function
getVideo
(){
HTTP
.
post
(
"getVideo"
,
{},
function
(
result
)
{
$
(
"video"
).
attr
(
'src'
,
'getVideo'
)
if
(
result
[
'success'
])
{
let
data
=
result
.
data
.
video
$
(
"video"
).
attr
(
'src'
,
data
)
}
else
{
console
.
log
(
"请求失败"
)
}
});
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment