生产监控跳转

This commit is contained in:
zhangdingyu
2019-11-27 15:11:25 +08:00
parent a0ce595065
commit f7c3b8229f
2 changed files with 3 additions and 1 deletions

View File

@@ -633,7 +633,8 @@ export default {
},
opclickshowPanel($event) {
if ($event.path[2].id !== undefined && $event.path[2].id !== null && $event.path[2].id !== '') {
var aaa = 'http://192.168.1.232/webpage/MesWebFun02.htm?opname=' + $event.path[2].id + '&ip=192.168.1.232&port=61101'
// var aaa = 'http://192.168.1.232/webpage/MesWebFun02.htm?opname=' + $event.path[2].id + '&ip=192.168.1.232&port=61101'
var aaa = 'http://192.168.1.232:8007/#/login?OPNAME=' + $event.path[2].id
window.open(aaa)
}
},