fix: 修复代码生成问题,修改状态切换组件

This commit is contained in:
AN
2025-04-27 14:52:19 +08:00
parent 28c88c485f
commit 74fcdc4e2c
6 changed files with 32 additions and 20 deletions

View File

@ -110,6 +110,7 @@ export function useRouterPush(inSetup = true) {
routerPushByKeyWithMetaQuery,
toLogin,
toggleLoginModule,
redirectFromLogin
redirectFromLogin,
toHome
};
}