代码调整

This commit is contained in:
joylink_cuiweidong 2022-09-13 17:37:26 +08:00
parent d9a51cbcec
commit 90554bd2be

View File

@ -62,15 +62,15 @@ export default {
{label:'退出剧本', name:'quitScript', click:this.quitScript, isShow:true},
{label:'开始', name:'start', click:this.startSimulation, isShow:true}, //
{label:'按计划行车', name:'drivingPlan', click:this.drivingPlan, isShow:true},
{label:'初始化', name:'drivingPlan', click:this.drivingPlan, isShow:true}
{label:'初始化', name:'initialize', click:this.initialize, isShow:true}
]},
{label:'设备操作', name:'deviceOprate', isShow:true, children:[
{label:'数字沙盘', name:'drivingPlan', click:this.drivingPlan, isShow:true},
{label:'cctv视图', name:'drivingPlan', click:this.drivingPlan, isShow:true},
{label:'故障设备', name:'drivingPlan', click:this.drivingPlan, isShow:true},
{label:'司机视角', name:'drivingPlan', click:this.drivingPlan, isShow:true},
{label:'cctv视图', name:'cctvView', click:this.cctvView, isShow:true},
{label:'故障设备', name:'jlmap3dFault', click:this.jlmap3dFault, isShow:true},
{label:'司机视角', name:'jlmap3dDriver', click:this.jlmap3dDriver, isShow:true},
{label:'设备视图', name:'jl3dmodel', click:this.jlmap3dmodel, isShow:false},
{label:'IBP盘', name:'drivingPlan', click:this.drivingPlan, isShow:true}
{label:'IBP盘', name:'IBP', click:this.IBP, isShow:true}
]},
{label:'竞赛管理', name:'competitionManage', isShow:true, children:[
{label:'实操练习', name:'drivingPlan', click:this.drivingPlan, isShow:true},
@ -345,6 +345,26 @@ export default {
//
drivingPlan() {
this.hideMenuList();
},
//
initialize() {
this.hideMenuList();
},
// cctv
cctvView() {
this.hideMenuList();
},
// ibp
IBP() {
this.hideMenuList();
},
//
jlmap3dFault() {
this.hideMenuList();
},
//
jlmap3dDriver() {
this.hideMenuList();
}
}