zhengyiming
2025-03-13 75a69df5b11b8967d5b7d85c26596142f9e19af6
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;