zhengyiming
2025-02-26 e92e1441cf6f968f0d872b04d3aeef7cd824cf7f
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;