吉安感知网项目-前端
罗广辉
2026-01-13 6d0342f18824eaabef3318ea289a10de79213c6a
applications/mobile-web-view/src/router/page/index.js
@@ -104,6 +104,12 @@
            component: () => import('@/appPages/inspectionTask/execution/index.vue'),
            meta: { title: '任务详情'},
         },
         {
            path: 'voiceCallDetail',
            name: '语音通话',
            component: () => import('@/appPages/voiceCallDetail/index.vue'),
            meta: { title: '语音通话'},
         },
      ],
   },