From 71e6a436320fbc483c3411bfbb2f966de84ebbf3 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 25 二月 2021 15:54:01 +0800 Subject: [PATCH] 朔黄添加事件标签弹框,弹窗布局;可视化大屏页面跳转测试 --- src/pages/shuohuangMonitorAnalyze/index/App.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue index 5f9eab7..1ec5197 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/App.vue +++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue @@ -54,9 +54,11 @@ //閫氱煡褰撳墠娲诲姩椤祎able(濡傛灉鏈�) doLayout }, menuChange (path) { - // if(path == 'taskscreen'){ - // window.location.href = window.location.href+'taskscreen/index.html' - // } + if(path == 'taskscreen'){ + window.location.href = window.location.href+'taskscreen/index.html' + }else if(path == 'hiddendangerscreen'){ + window.location.href = window.location.href+'hiddendangerscreen/index.html' + } this.actPage = path; } } -- Gitblit v1.8.0