| 
					
				 | 
			
			
				@@ -311,7 +311,7 @@ const useStores = defineStore("useStores", { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (type == 1 && common.isWechatMp()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (localStorage.getItem("wxOpenId") && localStorage.getItem("App-Token")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           getPageAuthorization({ openId: localStorage.getItem("wxOpenId") }).then((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (res.data?.openid && res.data?.acesToken) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (res.data?.openid && res.data?.accessToken) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               window.location.href = `${url}pages/index`; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.LogOut().then(() => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -331,7 +331,7 @@ const useStores = defineStore("useStores", { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if (type == 2 && common.isWechatMp()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (localStorage.getItem("wxOpenId") && localStorage.getItem("App-Token")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           getPageAuthorization({ openId: localStorage.getItem("wxOpenId") }).then((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (!res.data?.openid || !res.data?.acesToken) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (!res.data?.openid || !res.data?.accessToken) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.LogOut().then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 localStorage.removeItem("wxOpenId") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 localStorage.removeItem("App-Token") 
			 |