mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 05:50:18 +08:00
fix(projects): 修复登录的重定向地址
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
export { useAppTitle, useCreateContext, useRouterChange, useRouteParam, useScrollBehavior } from './common';
|
||||
export {
|
||||
useAppTitle,
|
||||
useCreateContext,
|
||||
useRouterChange,
|
||||
useRouteParam,
|
||||
useRouteQuery,
|
||||
useScrollBehavior
|
||||
} from './common';
|
||||
export { useCountDown, useSmsCode } from './business';
|
||||
|
||||
Reference in New Issue
Block a user