This commit is contained in:
van
2026-04-07 17:29:30 +08:00
parent a2263eeef9
commit 8addb6080c
9 changed files with 835 additions and 89 deletions

View File

@@ -55,8 +55,13 @@ export default {
return `${len}-${firstPath}`
},
mobileNavItems() {
// 如果返回空数组,组件会使用默认逻辑从路由中自动获取所有可用路由
return []
return [
{ path: '/sloworder/index', label: '慢单', icon: 'el-icon-tickets' },
{ path: '/jd-instruction/index', label: '中控', icon: 'el-icon-s-operation' },
{ path: '/mobile/fadan', label: '发单', icon: 'el-icon-edit-outline' },
{ path: '/mobile/xianyu-publish', label: '发品', icon: 'el-icon-goods' },
{ path: '/mobile/zhongcao', label: '种草', icon: 'el-icon-chat-dot-round' }
]
},
classObj() {
return {