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: '备件',
@@ -184,6 +182,14 @@
      },
   },
   {
      path: '/pages/historicalInspection/historicalInspection',
      name: 'historicalInspection',
      meta: {
         title: '历史点检',
      },
   },
   {
      path: '/pages/checkList/checkListDetils/checkListDetils',
      name: 'checkListDetils',
      meta: {
@@ -195,6 +201,13 @@
      name: 'baoZhou',
      meta: {
         title: '周保',
      },
   },
   {
      path: '/pages/historicalMaintenance/historicalMaintenance',
      name: 'historicalMaintenance',
      meta: {
         title: '历史保养',
      },
   },
   {
@@ -226,6 +239,13 @@
      },
   },
   {
      path: '/pages/historicalRepair/historicalRepair',
      name: 'historicalRepair',
      meta: {
         title: '历史维修',
      },
   },
   {
      path: '/pages/maintenanceReport/maintenanceReportDetils/maintenanceReportDetils',
      name: 'maintenanceReport',
      meta: {