diff --git a/src/components/Navbar/index.vue b/src/components/Navbar/index.vue index 1d33884..4f6e1ee 100644 --- a/src/components/Navbar/index.vue +++ b/src/components/Navbar/index.vue @@ -3,11 +3,11 @@ * 头部导航栏 * @description 所有尺寸都用px2rpx做适配 */ -import { useSystem } from '@/hooks/useSystem'; +import { useSystem } from '@/hooks/app/useSystem'; import { px2rpx } from '@/utils/uniapi'; import { computed, ref } from 'vue'; import { useRoute, useRouter } from 'uni-mini-router'; -import { useGlobalStyle } from '@/hooks/useGlobalStyle'; +import { useGlobalStyle } from '@/hooks/app/useGlobalStyle'; import Iconify from '@/components/Iconify/index.vue'; import { HOME_PAGE } from '@/enums/routerEnum'; diff --git a/src/hooks/useGlobalStyle.ts b/src/hooks/app/useGlobalStyle.ts similarity index 100% rename from src/hooks/useGlobalStyle.ts rename to src/hooks/app/useGlobalStyle.ts diff --git a/src/hooks/useSystem.ts b/src/hooks/app/useSystem.ts similarity index 100% rename from src/hooks/useSystem.ts rename to src/hooks/app/useSystem.ts diff --git a/src/pages/about/index.vue b/src/pages/about/index.vue index fe89150..e79fb51 100644 --- a/src/pages/about/index.vue +++ b/src/pages/about/index.vue @@ -33,7 +33,7 @@ const handleLoginOut = () => { {{ isLogin ? '测试' : '未登入' }} - log + log 登出 登入 diff --git a/src/pages/log/index.vue b/src/pages/log/index.vue index 1fb423a..fb1bc4a 100644 --- a/src/pages/log/index.vue +++ b/src/pages/log/index.vue @@ -1,13 +1,13 @@ - - + + diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 21ad218..213609a 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -1,15 +1,16 @@