apps/taro/src/hooks/access.ts
@@ -14,7 +14,8 @@ if (!isLogin.value) { Message.confirm({ message: '请前往登录' }).then(() => { Taro.navigateTo({ url: `${RouterPath.authorization}`, // url: `${RouterPath.authorization}`, url: `${RouterPath.loginByForm}`, }); }); return;