zhengyiming
3 天以前 bd7dd96c732ded6854d47bf77f65e5c64d3d15e2
apps/taro/src/hooks/access.ts
@@ -13,7 +13,7 @@
  const _fn = (...args2) => {
    if (!isLogin.value) {
      Message.confirm({ message: '请前往登录' }).then(() => {
        Taro.navigateTo({
        RouteHelper.navigateTo({
          // url: `${RouterPath.authorization}`,
          url: `${RouterPath.loginByForm}`,
        });