feat(layout): 优化布局组件以支持仪表盘监控页面

This commit is contained in:
Leo 2025-09-23 22:27:46 +08:00
parent 6836bc59b7
commit e7eb349272
4 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
import BackTop from './common/BackTop.vue'
import Setting from './common/Setting.vue' import Setting from './common/Setting.vue'
import SettingDrawer from './common/SettingDrawer.vue' import SettingDrawer from './common/SettingDrawer.vue'
@ -14,7 +13,6 @@ import Menu from './sider/Menu.vue'
import TabBar from './tab/TabBar.vue' import TabBar from './tab/TabBar.vue'
export { export {
BackTop,
Breadcrumb, Breadcrumb,
CollapaseButton, CollapaseButton,
FullScreen, FullScreen,

View File

@ -76,7 +76,6 @@
> >
{{ appStore.footerText }} {{ appStore.footerText }}
</n-layout-footer> </n-layout-footer>
<BackTop />
</n-layout> </n-layout>
</n-layout> </n-layout>
</template> </template>
@ -84,7 +83,6 @@
<script lang="ts" setup> <script lang="ts" setup>
import { useAppStore, useRouteStore } from '@/store' import { useAppStore, useRouteStore } from '@/store'
import { import {
BackTop,
Breadcrumb, Breadcrumb,
CollapaseButton, CollapaseButton,
FullScreen, FullScreen,

View File

@ -86,7 +86,6 @@
> >
{{ appStore.footerText }} {{ appStore.footerText }}
</n-layout-footer> </n-layout-footer>
<BackTop />
</n-layout> </n-layout>
</n-layout> </n-layout>
</template> </template>
@ -95,7 +94,6 @@
import type { MenuInst, MenuOption } from 'naive-ui' import type { MenuInst, MenuOption } from 'naive-ui'
import { useAppStore, useRouteStore } from '@/store' import { useAppStore, useRouteStore } from '@/store'
import { import {
BackTop,
CollapaseButton, CollapaseButton,
FullScreen, FullScreen,
Logo, Logo,

View File

@ -43,7 +43,6 @@
> >
{{ appStore.footerText }} {{ appStore.footerText }}
</n-layout-footer> </n-layout-footer>
<BackTop />
</n-layout> </n-layout>
</n-layout> </n-layout>
</template> </template>
@ -51,7 +50,6 @@
<script lang="ts" setup> <script lang="ts" setup>
import { useAppStore, useRouteStore } from '@/store' import { useAppStore, useRouteStore } from '@/store'
import { import {
BackTop,
FullScreen, FullScreen,
Logo, Logo,
Menu, Menu,