wlzboy
2025-09-21 0b80903f3d48b3c39570c097a4334cb7eb71d08f
ruoyi-ui/src/router/index.js
@@ -118,6 +118,12 @@
    hidden: true,
    meta: { title: '支付信息测试', anonymous: true }
  }
  ,{
    path: '/system/gps/mapNeed',
    component: () => import('@/views/system/gps/mapNeed'),
    name: 'GpsMapNeed',
    meta: { title: '车辆轨迹', icon: 'map' }
  }
]
// 动态路由,基于用户权限动态去加载
@@ -191,6 +197,20 @@
        meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
      }
    ]
  },
  {
    path: '/task/general-detail',
    component: Layout,
    hidden: true,
    permissions: ['task:general:query'],
    children: [
      {
        path: 'index/:taskId(\\d+)',
        component: () => import('@/views/task/general/detail'),
        name: 'TaskDetail',
        meta: { title: '任务详情', activeMenu: '/task/general' }
      }
    ]
  }
]