|  | @@ -41,6 +41,7 @@ import tl7 from '@/assets/icon/u3871.png'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import tl8 from '@/assets/icon/u3879.png'
 | 
	
		
			
				|  |  |  import tl9 from '@/assets/icon/u9872.png'
 | 
	
		
			
				|  |  | +import tl17 from '@/assets/icon/u3738.png'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import tl10 from '@/assets/icon/view_front.png'
 | 
	
		
			
				|  |  |  import tl11 from '@/assets/icon/view_back.png'
 | 
	
	
		
			
				|  | @@ -50,6 +51,7 @@ import tl14 from '@/assets/icon/view_left.png'
 | 
	
		
			
				|  |  |  import tl15 from '@/assets/icon/view_right.png'
 | 
	
		
			
				|  |  |  import tl16 from '@/assets/icon/view_isometric.png'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  import Vue from 'vue' // 引入vue
 | 
	
		
			
				|  |  |  import $ from 'jquery' ;
 | 
	
		
			
				|  |  |  import store from "@/store";
 | 
	
	
		
			
				|  | @@ -66,7 +68,7 @@ export default {
 | 
	
		
			
				|  |  |          return {
 | 
	
		
			
				|  |  |             active:'',
 | 
	
		
			
				|  |  |                  tl1,tl2,tl3,tl4,tl5,tl6,tl7,tl8,tl9,tl10,
 | 
	
		
			
				|  |  | -     tl11,tl12,tl13,tl14,tl15,tl16,
 | 
	
		
			
				|  |  | +     tl11,tl12,tl13,tl14,tl15,tl16,tl17,
 | 
	
		
			
				|  |  |             toollist:[
 | 
	
		
			
				|  |  |               { icon:tl1, titlie:'坐标轴'},
 | 
	
		
			
				|  |  |               { icon:tl2, titlie:'缩放'},
 | 
	
	
		
			
				|  | @@ -77,6 +79,7 @@ export default {
 | 
	
		
			
				|  |  |               { icon:tl5, titlie:'轨道'},
 | 
	
		
			
				|  |  |               { icon:tl6, titlie:'pan'},
 | 
	
		
			
				|  |  |               { icon:tl7, titlie:'zoom'},
 | 
	
		
			
				|  |  | +             { icon:tl17, titlie:'折线图'},
 | 
	
		
			
				|  |  |             ],
 | 
	
		
			
				|  |  |              toollist3:[
 | 
	
		
			
				|  |  |               { icon:tl8, titlie:'点击选择'},
 | 
	
	
		
			
				|  | @@ -117,7 +120,9 @@ export default {
 | 
	
		
			
				|  |  |      case 'tl2-3':
 | 
	
		
			
				|  |  |         break;
 | 
	
		
			
				|  |  |      case 'tl2-4':
 | 
	
		
			
				|  |  | -      
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +   case 'tl2-5':
 | 
	
		
			
				|  |  | +      this.$emit("changehcfd",true);
 | 
	
		
			
				|  |  |         break;
 | 
	
		
			
				|  |  |      case'tl3-0':
 | 
	
		
			
				|  |  |         break;
 |