qushaowei
2025-07-03 4c8b185fea72bc3bb8fc380a196b8fe2a8e5f1af
src/config/router.config.js
@@ -117,7 +117,17 @@
        path: 'spotCheck',
        name: 'equipmentSpotCheck',
        component: () => import('@/views/dnc/base/modules/TerminalIndex/EquipmentSpotCheck.vue')
      }
      },
      {
        path: 'passRate',
        name: 'reportPassRate',
        component: () => import('@/views/dnc/base/modules/TerminalIndex/ReportPassRate.vue')
      },
      {
        path: 'call',
        name: 'procedureCall',
        component: () => import('@/views/dnc/base/modules/TerminalIndex/ProcedureCall.vue')
      },
    ]
  },
  {