Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
ZiBoYingJI
Commits
f661c303
Commit
f661c303
authored
Sep 23, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频监控菜单样式
parent
aa566217
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
186 additions
and
148 deletions
+186
-148
public-detail.css
public/datav/detail/static/css/public-detail.css
+3
-2
public-detail.js
public/datav/detail/static/js/public-detail.js
+11
-6
video-monitor.html
public/datav/detail/video-monitor.html
+172
-140
No files found.
public/datav/detail/static/css/public-detail.css
View file @
f661c303
...
@@ -107,8 +107,9 @@ section .list-item span {
...
@@ -107,8 +107,9 @@ section .list-item span {
section
.list-item
.el-icon-caret-right
:before
{
section
.list-item
.el-icon-caret-right
:before
{
content
:
"\e791"
;
content
:
"\e791"
;
color
:
#a5a4a4
;
color
:
#0a4c59
;
font-size
:
18px
;
font-size
:
24px
;
vertical-align
:
middle
;
}
}
/*列表list*/
/*列表list*/
...
...
public/datav/detail/static/js/public-detail.js
View file @
f661c303
...
@@ -44,10 +44,11 @@ let jessibucaPlayer = {};
...
@@ -44,10 +44,11 @@ let jessibucaPlayer = {};
request
.
defaults
.
headers
[
'
Content-Type
'
]
=
'
application/x-www-form-urlencoded; charset=UTF-8
'
;
request
.
defaults
.
headers
[
'
Content-Type
'
]
=
'
application/x-www-form-urlencoded; charset=UTF-8
'
;
var
gemhoUtil
=
{
var
gemhoUtil
=
{
goToPage
:
function
(
url
){
// goToPage: function(url){
// window.open(url)
// // window.open(url)
location
.
href
=
url
// // location.href = '/datav/index.html'
},
// // window.open('/datav/index.html')
// },
detailPageMixin
:
{
detailPageMixin
:
{
data
:
function
()
{
data
:
function
()
{
...
@@ -65,7 +66,7 @@ var gemhoUtil = {
...
@@ -65,7 +66,7 @@ var gemhoUtil = {
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
location
.
reload
()
location
.
reload
()
}
}
if
(
!
token
)
{
if
(
!
token
)
{
window
.
open
(
host
+
'
/#/login
'
,
'
_self
'
)
window
.
open
(
host
+
'
/#/login
'
,
'
_self
'
)
return
return
...
@@ -83,7 +84,11 @@ var gemhoUtil = {
...
@@ -83,7 +84,11 @@ var gemhoUtil = {
},
},
methods
:
{
methods
:
{
goPrePage
(
url
)
{
goPrePage
(
url
)
{
history
.
back
()
// history.back()
if
(
url
===
'
emergency
'
){
window
.
open
(
'
/datav/index.html
'
)
}
},
},
changeMenu
(
item
)
{
changeMenu
(
item
)
{
localStorage
.
setItem
(
'
bigScreenDetailMenu
'
,
item
.
name
)
localStorage
.
setItem
(
'
bigScreenDetailMenu
'
,
item
.
name
)
...
...
public/datav/detail/video-monitor.html
View file @
f661c303
This diff is collapsed.
Click to expand it.
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