refactor(tabbar): 重构tabbar模块结构,优化代码组织
将tabbar相关代码从多个文件整合到统一目录结构 重命名tabbar相关文件以保持一致性 更新导入路径以匹配新的文件结构 添加README文档说明tabbar的不同实现策略
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user