Commit f661c303 authored by xinzhedeai's avatar xinzhedeai

视频监控菜单样式

parent aa566217
......@@ -107,8 +107,9 @@ section .list-item span {
section .list-item .el-icon-caret-right:before {
content: "\e791";
color: #a5a4a4;
font-size: 18px;
color: #0a4c59;
font-size: 24px;
vertical-align: middle;
}
/*列表list*/
......
......@@ -44,10 +44,11 @@ let jessibucaPlayer = {};
request.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded; charset=UTF-8';
var gemhoUtil = {
goToPage: function(url){
// window.open(url)
location.href = url
},
// goToPage: function(url){
// // window.open(url)
// // location.href = '/datav/index.html'
// // window.open('/datav/index.html')
// },
detailPageMixin: {
data: function() {
......@@ -65,7 +66,7 @@ var gemhoUtil = {
window.onresize = () => {
location.reload()
}
if (!token) {
window.open(host + '/#/login', '_self')
return
......@@ -83,7 +84,11 @@ var gemhoUtil = {
},
methods: {
goPrePage(url) {
history.back()
// history.back()
if(url === 'emergency'){
window.open('/datav/index.html')
}
},
changeMenu(item) {
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