Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
X
xplayer
Project
Project
Details
Activity
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
曲欣亮
xplayer
Commits
c2fd7747
Commit
c2fd7747
authored
Feb 06, 2020
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
ba5dc09e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
player.html
src/main/resources/page/player.html
+2
-3
No files found.
src/main/resources/page/player.html
View file @
c2fd7747
...
...
@@ -5,8 +5,7 @@
<title>
Video Play
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
href=
"assets/favicon/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"https://g.alicdn.com/de/prismplayer/2.8.2/skins/default/aliplayer-min.css"
/>
<script
charset=
"utf-8"
type=
"text/javascript"
src=
"https://g.alicdn.com/de/prismplayer/2.8.2/aliplayer-min.js"
></script>
cc
<link
rel=
"stylesheet"
href=
"https://unpkg.com/element-ui@2.0.11/lib/theme-chalk/index.css"
>
<script
type=
"text/javascript"
src=
"assets/vue/vue.min.js"
></script>
<script
type=
"text/javascript"
src=
"assets/vue/vue-resource.js"
></script>
...
...
@@ -134,7 +133,7 @@ body {overflow:hidden;}
scope
.
payVisible
=
false
;
scope
.
loadData
();
}
else
if
(
json
.
code
==
300
)
{
scope
.
d
oLogin
();
scope
.
t
oLogin
();
}
});
...
...
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