点击页面切换

如果是页面切换不是tab拦切换的话,可以这样写:

点击页面切换_第1张图片点击页面切换_第2张图片

点击页面切换_第3张图片

点击页面切换_第4张图片 

 
{{ item.txt }}
//数据 activeIndex: 0, activeComponent: VRAR, headerList: [ { txt: "VR/AR测试", comp: VRAR }, { txt: "运动控制", comp: MotionControl }, { txt: "产线检测", comp: DetecTion }, { txt: "帮助", comp: Assist }, ], // 处理tab切换 handleTabToggle(index, item) { this.activeIndex = index; this.activeComponent = item.comp; },

就不用这种老办法了,用if套用判断

 
    
    
    
    
    
    
    

你可能感兴趣的:(前端,java,javascript)