| 
														
															@@ -36,8 +36,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         name: "视频控件", 
														 | 
														
														 | 
														
															         name: "视频控件", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         img_list: [], 
														 | 
														
														 | 
														
															         img_list: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         video_list: [], 
														 | 
														
														 | 
														
															         video_list: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        loading: null, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      loading2: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }; 
														 | 
														
														 | 
														
															     }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   computed: {}, 
														 | 
														
														 | 
														
															   computed: {}, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -84,7 +84,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 获取不同视频清晰度 definition 
														 | 
														
														 | 
														
															     // 获取不同视频清晰度 definition 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     getqxd(id) { 
														 | 
														
														 | 
														
															     getqxd(id) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      this.loading = this.$loading({ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.loading2 = this.$loading({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         lock: true, 
														 | 
														
														 | 
														
															         lock: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         text: "Loading", 
														 | 
														
														 | 
														
															         text: "Loading", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         spinner: "el-icon-loading", 
														 | 
														
														 | 
														
															         spinner: "el-icon-loading", 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -98,7 +98,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.curQue.definition_list = []; 
														 | 
														
														 | 
														
															         this.curQue.definition_list = []; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.curQue.definition_list.push(res["480P"]); 
														 | 
														
														 | 
														
															         this.curQue.definition_list.push(res["480P"]); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.curQue.definition_list.push(res["720P"]); 
														 | 
														
														 | 
														
															         this.curQue.definition_list.push(res["720P"]); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        this.loading.close(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        // this.loading2.close(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }); 
														 | 
														
														 | 
														
															       }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 |