|  | @@ -87,8 +87,8 @@
 | 
	
		
			
				|  |  |  					<el-dropdown-item command="special-effects"><i class="iconfont icon-yu"></i>特效效果</el-dropdown-item>
 | 
	
		
			
				|  |  |  					<el-dropdown-item command="coordsTool"><i class="iconfont icon-zuobiao"></i>坐标定位</el-dropdown-item>
 | 
	
		
			
				|  |  |  					<!-- <el-dropdown-item command="TrackRoam"><i class="iconfont maxsize icon-jurassic_jiankong"></i>路径漫游</el-dropdown-item> -->
 | 
	
		
			
				|  |  | -					<!-- <el-dropdown-item command="ImageLayerSplit"><i class="iconfont maxsize icon-juanlian"></i>卷帘对比</el-dropdown-item>
 | 
	
		
			
				|  |  | -					<el-dropdown-item command="ViewerSplitScreen"><i class="iconfont minsize icon-fenping"></i>分屏对比</el-dropdown-item> -->
 | 
	
		
			
				|  |  | +					<el-dropdown-item command="ImageLayerSplit"><i class="iconfont maxsize icon-juanlian"></i>卷帘对比</el-dropdown-item>
 | 
	
		
			
				|  |  | +					<el-dropdown-item command="ViewerSplitScreen"><i class="iconfont minsize icon-fenping"></i>分屏对比</el-dropdown-item>
 | 
	
		
			
				|  |  |  				</el-dropdown-menu>
 | 
	
		
			
				|  |  |  			</template>
 | 
	
		
			
				|  |  |  		</el-dropdown>
 | 
	
	
		
			
				|  | @@ -156,7 +156,7 @@
 | 
	
		
			
				|  |  |  							width: 11,
 | 
	
		
			
				|  |  |  							color: 'RED',
 | 
	
		
			
				|  |  |  							duration: 20000,
 | 
	
		
			
				|  |  | -							imgUrl: "/jt3dSDK/imgs/polylinematerial/LinkPulse.png",
 | 
	
		
			
				|  |  | +							imgUrl: "jt3dSDK/imgs/polylinematerial/LinkPulse.png",
 | 
	
		
			
				|  |  |  							isImageAlpha: false,
 | 
	
		
			
				|  |  |  						});
 | 
	
		
			
				|  |  |  						a1.then(function() {
 | 
	
	
		
			
				|  | @@ -172,7 +172,7 @@
 | 
	
		
			
				|  |  |  							count: 5,
 | 
	
		
			
				|  |  |  							direction: "horizontal",
 | 
	
		
			
				|  |  |  							order: "+",
 | 
	
		
			
				|  |  | -							imgUrl: "/jt3dSDK/imgs/polylinematerial/arrowopacity.png",
 | 
	
		
			
				|  |  | +							imgUrl: "jt3dSDK/imgs/polylinematerial/arrowopacity.png",
 | 
	
		
			
				|  |  |  							isImageAlpha: false,
 | 
	
		
			
				|  |  |  						});
 | 
	
		
			
				|  |  |  					}
 | 
	
	
		
			
				|  | @@ -185,7 +185,7 @@
 | 
	
		
			
				|  |  |  							count: 20,
 | 
	
		
			
				|  |  |  							direction: "horizontal",
 | 
	
		
			
				|  |  |  							order: "+",
 | 
	
		
			
				|  |  | -							imgUrl: "/jt3dSDK/imgs/polylinematerial/arrowopacity.png",
 | 
	
		
			
				|  |  | +							imgUrl: "jt3dSDK/imgs/polylinematerial/arrowopacity.png",
 | 
	
		
			
				|  |  |  							isImageAlpha: false,
 | 
	
		
			
				|  |  |  						});
 | 
	
		
			
				|  |  |  					}
 | 
	
	
		
			
				|  | @@ -195,7 +195,7 @@
 | 
	
		
			
				|  |  |  							width: 10,
 | 
	
		
			
				|  |  |  							color: 'GREEN',
 | 
	
		
			
				|  |  |  							duration: 10000,
 | 
	
		
			
				|  |  | -							imgUrl: "/jt3dSDK/imgs/polylinematerial/20201124170520929.png",
 | 
	
		
			
				|  |  | +							imgUrl: "jt3dSDK/imgs/polylinematerial/20201124170520929.png",
 | 
	
		
			
				|  |  |  							isImageAlpha: false,
 | 
	
		
			
				|  |  |  						});
 | 
	
		
			
				|  |  |  					}
 | 
	
	
		
			
				|  | @@ -205,7 +205,7 @@
 | 
	
		
			
				|  |  |  			showWidget: function(type) {
 | 
	
		
			
				|  |  |  				if (type === "layers") {
 | 
	
		
			
				|  |  |  					this.closePopup()
 | 
	
		
			
				|  |  | -					this.$parent.$refs.refLayer.isshow = true;
 | 
	
		
			
				|  |  | +					this.$parent.$refs.refLayerPopup.isshow = true;
 | 
	
		
			
				|  |  |  				} else if (type === "fullMap") {
 | 
	
		
			
				|  |  |  					this.$parent.$refs.refMap3d.fullMap(jt3d);
 | 
	
		
			
				|  |  |  				} else if (type === "rotateCamera") {
 | 
	
	
		
			
				|  | @@ -247,7 +247,7 @@
 | 
	
		
			
				|  |  |  				this.$parent.$refs.refprintmap.isshow = false;
 | 
	
		
			
				|  |  |  				this.$parent.$refs.refDialogEdit.isshow = false;
 | 
	
		
			
				|  |  |  				this.$parent.showbasicLayer = false;
 | 
	
		
			
				|  |  | -				this.$parent.$refs.refLayer.isshow = false;
 | 
	
		
			
				|  |  | +				this.$parent.$refs.refLayerPopup.isshow = false;
 | 
	
		
			
				|  |  |  				if (this.$parent.$refs._refImageLayerSplit) {
 | 
	
		
			
				|  |  |  					this.$parent.$refs._refImageLayerSplit.removeSplitLayer(); //关闭卷帘
 | 
	
		
			
				|  |  |  				}
 | 
	
	
		
			
				|  | @@ -333,7 +333,7 @@
 | 
	
		
			
				|  |  |  				if (command === 'ViewerSplitScreen') {
 | 
	
		
			
				|  |  |  					this.closePopup();
 | 
	
		
			
				|  |  |  					this.$parent.$refs.refViewerSplitScreen.isshow = true;
 | 
	
		
			
				|  |  | -					this.$parent.$refs.refLayer.isshow = true;
 | 
	
		
			
				|  |  | +					this.$parent.$refs.refLayerPopup.isshow = true;
 | 
	
		
			
				|  |  |  					this.$parent.$refs._refViewerSplitScreen.initSplitScreen(); //开启分屏
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			},
 |