1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user