完成适配移动端

This commit is contained in:
2025-03-01 10:52:11 +08:00
parent 1f79c93859
commit 8d19a58e9d
68 changed files with 2117 additions and 847 deletions

View File

@@ -1,12 +1,15 @@
<template>
<!-- 下单定制 -->
<Customized />
<!-- 底部菜单 -->
<SubMenu />
<!-- 版权信息 -->
<Copyright />
<!-- 侧边工具栏 -->
<ToolBar />
<!-- 底部菜单 -->
<TabBar />
</template>
@@ -14,6 +17,9 @@
import SubMenu from "~/components/AppFooter/SubMenu/SubMenu.vue";
import Copyright from "~/components/AppFooter/Copyright/Copyright.vue";
import ToolBar from "~/components/AppFooter/ToolBar/ToolBar.vue";
import TabBar from "~/components/AppFooter/TabBar/TabBar.vue";
import Partners from "~/components/Index/Partners.vue";
import Customized from "~/components/Index/Customized.vue";
</script>
<style lang="scss">