| 
					
				 | 
			
			
				@@ -16,7 +16,6 @@ const { start, done } = useNProgress() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 router.beforeEach(async (to, from, next) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   localStorage.setItem('routerTest', to.path) // 本地环境保存代码热更新会导致路径缺失问题 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   const tokenIndex = getIsEnterprise() ? 1: 2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  debugger 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   start() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // loadStart() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if (to.path === '/enterpriseVerification') { 
			 |