Commit 602398b1 authored by caicaicai's avatar caicaicai

修改

parent b0ca8baf
......@@ -110,6 +110,12 @@ export default {
});
window.open(routeUrl.href, '_blank');
}
if(item.componentName == 'toVideoSurveillance'){
let routeUrl = this.$router.resolve({
path: "/monitoringManagement/mineVideo",
});
window.open(routeUrl.href, '_blank');
}
},
//车辆信息弹框
showSpecificInforFn(){
......
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