zhengyiming
2025-03-10 0787f6b63b9332dde3e8007f4cec83fc66903028
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;