zhengyiming
2025-02-21 9b87bcbcad94873dedee7389d1ef9742a8d72c2b
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;