|  | @@ -23,20 +23,31 @@
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  | +import { getEveryClass } from '@/api/buildTeam';
 | 
	
		
			
				|  |  |    import returnVisitList from './components/returnVisitList.vue'
 | 
	
		
			
				|  |  |    import waitVisit from './components/waitVisit.vue'
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    components: { returnVisitList,waitVisit },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  | -      activeIndex: "1",
 | 
	
		
			
				|  |  | +      activeIndex: "2",
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  mounted(){
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    if(this.$route.query.activeIndex){
 | 
	
		
			
				|  |  | +      this.activeIndex = this.$route.query.activeIndex
 | 
	
		
			
				|  |  | +      console.log(this.$route.query, this.activeIndex)
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      handleClick(evt) {
 | 
	
		
			
				|  |  | +      console.log(evt)
 | 
	
		
			
				|  |  |        // this.changeHash(evt.name);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  <style lang='scss' scoped>
 |