refactor(projects): 精简代码

This commit is contained in:
Soybean
2021-11-04 15:01:06 +08:00
parent d9fd91d137
commit 5dc8626c1e
9 changed files with 20 additions and 71 deletions

View File

@ -1,12 +1,2 @@
export {
useAppTitle,
useContext,
useRouterChange,
useRouteParam,
useRouteQuery,
useRouteProps,
useBoolean,
useLoading,
useScrollBehavior
} from './common';
export { useCountDown, useSmsCode } from './business';
export * from './common';
export * from './business';