refactor(tabbar): 重构tabbar模块结构,优化代码组织

将tabbar相关代码从多个文件整合到统一目录结构
重命名tabbar相关文件以保持一致性
更新导入路径以匹配新的文件结构
添加README文档说明tabbar的不同实现策略
This commit is contained in:
feige996
2025-08-04 10:44:48 +08:00
parent 9e666120e8
commit e3495bae69
5 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
* 我这里应为大部分都可以随便进入,所以使用黑名单
*/
import { useUserStore } from '@/store'
import { tabbarStore } from '@/tabbar/tabbar'
import { tabbarStore } from '@/tabbar/store'
import { needLoginPages as _needLoginPages, getLastPage, getNeedLoginPages } from '@/utils'
// TODO Check