Commit f661c303 authored by xinzhedeai's avatar xinzhedeai

视频监控菜单样式

parent aa566217
...@@ -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*/
......
...@@ -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)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment