| 
														
															@@ -114,9 +114,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 改变下拉框导航索引 
														 | 
														
														 | 
														
															     // 改变下拉框导航索引 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     changeLoginNavIndex(key) { 
														 | 
														
														 | 
														
															     changeLoginNavIndex(key) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      console.log(key); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (!key) return; 
														 | 
														
														 | 
														
															       if (!key) return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      console.log(this.LoginNavIndex); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       console.log(this.projectList); 
														 | 
														
														 | 
														
															       console.log(this.projectList); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.loginNav = key; 
														 | 
														
														 | 
														
															       this.loginNav = key; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.LoginNavIndex = this.projectList.findIndex(item => item.key === key); 
														 | 
														
														 | 
														
															       this.LoginNavIndex = this.projectList.findIndex(item => item.key === key); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -168,6 +166,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.projectList.forEach((item, index) => { 
														 | 
														
														 | 
														
															             this.projectList.forEach((item, index) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               if (item.key === this.loginNav) { 
														 | 
														
														 | 
														
															               if (item.key === this.loginNav) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 this.LoginNavIndex = index; 
														 | 
														
														 | 
														
															                 this.LoginNavIndex = index; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                console.log(this.LoginNavIndex); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }); 
														 | 
														
														 | 
														
															             }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           } 
														 | 
														
														 | 
														
															           } 
														 |