@@ -36,6 +36,7 @@ const guard = (router: Router) => {
if (store.getters.getToken === "") {
if (to.path === "/marked") {
next();
+ return;
}
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`);
} else {