|  | @@ -120,7 +120,7 @@ export default function useDragAndDrop() {
 | 
	
		
			
				|  |  |      if(nid=='4'){
 | 
	
		
			
				|  |  |        const nodes = ref([
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -      data:{label: '开始', image: '/src/assets/img/f11.png'},
 | 
	
		
			
				|  |  | +      data:{label: '开始', image: f11},
 | 
	
		
			
				|  |  |        id: "node_01",
 | 
	
		
			
				|  |  |        position: {x:245, y: 317},
 | 
	
		
			
				|  |  |        type: "default",
 | 
	
	
		
			
				|  | @@ -131,7 +131,7 @@ export default function useDragAndDrop() {
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  | -      data:{label: '优化器', image: '/src/assets/img/f32.png'},
 | 
	
		
			
				|  |  | +      data:{label: '优化器', image: f32},
 | 
	
		
			
				|  |  |        id: "node_02",
 | 
	
		
			
				|  |  |        position: {x: 435, y: 317},
 | 
	
		
			
				|  |  |        type: "default",
 | 
	
	
		
			
				|  | @@ -143,33 +143,33 @@ export default function useDragAndDrop() {
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  | -      data:{label: 'Rosenbank', image: '/src/assets/img/f33.png'},
 | 
	
		
			
				|  |  | +      data:{label: 'Rosenbank', image: f33},
 | 
	
		
			
				|  |  |        id: "node_03",
 | 
	
		
			
				|  |  |        position: {x: 630, y: 317},
 | 
	
		
			
				|  |  |        // type: "default",
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  | -      data:{label: '结束', image: '/src/assets/img/f12.png'},
 | 
	
		
			
				|  |  | +      data:{label: '结束', image: f12},
 | 
	
		
			
				|  |  |        id: "node_04",
 | 
	
		
			
				|  |  |        position: {x: 804, y: 317},
 | 
	
		
			
				|  |  |        type: "default",
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  | -      data:{label: '输入1', image: '/src/assets/img/f21.png'},
 | 
	
		
			
				|  |  | +      data:{label: '输入1', image: f21},
 | 
	
		
			
				|  |  |        id: "node_05",
 | 
	
		
			
				|  |  |        position: {x: 521, y: 146},
 | 
	
		
			
				|  |  |        type: "default",
 | 
	
		
			
				|  |  |        draggable: true, 
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  | -      data:{label: '输入2', image: '/src/assets/img/f21.png'},
 | 
	
		
			
				|  |  | +      data:{label: '输入2', image: f21},
 | 
	
		
			
				|  |  |        id: "node_06",
 | 
	
		
			
				|  |  |        position: {x:712, y: 146},
 | 
	
		
			
				|  |  |        type: "default",
 | 
	
		
			
				|  |  |        sourceHandle: 'Bottom'
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  | -      data:{label: '输出', image: '/src/assets/img/f22.png'},
 | 
	
		
			
				|  |  | +      data:{label: '输出', image: f22},
 | 
	
		
			
				|  |  |        id: "node_07",
 | 
	
		
			
				|  |  |        position: {x: 641, y: 519},
 | 
	
		
			
				|  |  |        type: "default",
 |