feat(tabbar): 实现动态底部导航及页面配置
- 新增应用页和我的备份页,支持 WebView 模式 - 重构我的页面为 WebView 承接页,移除静态 UI - 新增底部导航配置 API、Mock 数据及 Pinia 状态管理 - 重构 AppTabbar 组件以使用动态配置,支持图标映射和页面路由 - 在应用启动时预加载导航配置,优化用户体验 - 将“消息”统一更名为“资讯”,更新相关页面文案
Showing
18 changed files
with
364 additions
and
44 deletions
src/api/tabbar.js
0 → 100644
src/mock/fixtures/tabbar.fixture.js
0 → 100644
src/mock/modules/tabbar.mock.js
0 → 100644
src/pages/application/index.config.js
0 → 100644
src/pages/application/index.vue
0 → 100644
src/pages/mine-backup/index.config.js
0 → 100644
src/pages/mine-backup/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
src/stores/tabbar.js
0 → 100644
src/utils/tabbar.js
0 → 100644
-
Please register or login to post a comment