Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
common/router/modules/routes.js
@@ -32,7 +32,6 @@
   {
      //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
      path: '/pages/device/device',
      //aliasPath:'/',  //对于h5端你必须在首页加上aliasPath并设置为/
      name: 'device',
      meta: {
         title: '设备',
@@ -43,7 +42,6 @@
   {
      //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
      path: '/pages/spare/spare',
      //aliasPath:'/',  //对于h5端你必须在首页加上aliasPath并设置为/
      name: 'spare',
      meta: {
         title: '备件',
@@ -177,6 +175,137 @@
      },
   },
   {
      path: '/pages/checkList/checkList',
      name: 'checkList',
      meta: {
         title: '点检',
      },
   },
   {
      path: '/pages/historicalInspection/historicalInspection',
      name: 'historicalInspection',
      meta: {
         title: '历史点检',
      },
   },
   {
      path: '/pages/checkList/checkListDetils/checkListDetils',
      name: 'checkListDetils',
      meta: {
         title: '点检详情',
      },
   },
   {
      path: '/pages/baoZhou/baoZhou',
      name: 'baoZhou',
      meta: {
         title: '周保',
      },
   },
   {
      path: '/pages/historicalMaintenance/historicalMaintenance',
      name: 'historicalMaintenance',
      meta: {
         title: '历史保养',
      },
   },
   {
      path: '/pages/baoZhou/baoZhouDetils/baoZhouDetils',
      name: 'baoZhouDetils',
      meta: {
         title: '周保详情',
      },
   },
   {
      path: '/pages/reportRepair/reportRepair',
      name: 'reportRepair',
      meta: {
         title: '报修',
      },
   },
   {
      path: '/pages/maintenanceReport/maintenanceReport',
      name: 'maintenanceReport',
      meta: {
         title: '维修',
      },
   },
   {
      path: '/pages/reportRepair/reportRepairDeils/reportRepairDeils',
      name: 'maintenanceReport',
      meta: {
         title: '维修',
      },
   },
   {
      path: '/pages/historicalRepair/historicalRepair',
      name: 'historicalRepair',
      meta: {
         title: '历史维修',
      },
   },
   {
      path: '/pages/maintenanceReport/maintenanceReportDetils/maintenanceReportDetils',
      name: 'maintenanceReport',
      meta: {
         title: '维修-详情',
      },
   },
   {
      path: '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils',
      name: 'ToDoCheckDetils',
      meta: {
         title: '点检-执行',
      },
   },
   {
      path: '/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure',
      name: 'ToDoListCheckSure',
      meta: {
         title: '点检-班组长确认',
      },
   },
   {
      path: '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts',
      name: 'ToDoSpareParts',
      meta: {
         title: '设备维修-是否需要领用备件',
      },
   },
   {
      path: '/pages/ToDoList/ToDoBaoZhou/ToDoBaoZhou',
      name: 'ToDoSpareParts',
      meta: {
         title: '周保-执行',
      },
   },
   {
      path: '/pages/ToDoList/ToDoBaoZhouSure/ToDoBaoZhouSure',
      name: 'ToDoSpareParts',
      meta: {
         title: '周保-班组长确认',
      },
   },
   {
      path: '/pages/selectEquipment/selectEquipment',
      name: 'selectEquipment',
      meta: {
         title: '选择设备',
      },
   },
   {
      path: '/pages/reportRepair/reportRepairList/reportRepairList',
      name: 'reportRepairList',
      meta: {
         title: '报修列表',
      },
   },
   {
      path: '/pages/annotation/annotationDetail',
      name: 'annotationDetail',
      meta: {