Ver código fonte

修改登陆逻辑

wyling007 3 anos atrás
pai
commit
62a8058804
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/route/guard.ts

+ 1 - 1
src/route/guard.ts

@@ -45,7 +45,7 @@ const guard = (router: Router) => {
 							location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h5.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`);
 						}, 1000);
 					}
-				}, 300);
+				}, 1000);
 			} else {
 				location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=${location.href}&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`);
 			}