This commit is contained in:
2026-02-10 16:22:35 +08:00
parent 06ff9ce453
commit b5cc9f38ef
6 changed files with 442 additions and 1 deletions

View File

@@ -32,7 +32,10 @@
return {
userName: '',
menuList: [
{title: '任务下发', icon: 'RF03', path: '/pages/nlfive/taskcarry'}
// {title: '任务下发', icon: 'RF03', path: '/pages/nlfive/taskcarry'},
{title: '任务管理', icon: 'RF01', path: '/pages/nlfive/taskmanage'},
{title: '指令管理', icon: 'RF02', path: '/pages/nlfive/zlmanage'},
{title: '呼叫AGV', icon: 'RF03', path: '/pages/nlfive/callagv'}
],
show: false,
secM: []