mg
2022-11-01 1445c7e1f76c4628f4619cf67150a63d6f8f5e90
src/router/index.js
@@ -84,6 +84,17 @@
                path: 'point',
                name: 'point',
                component: () => import('@/views/systemSetting/device/point'),
              },
              {
                path: 'handheldTerminal',
                name: 'handheldTerminal',
                component: () => import('@/views/systemSetting/device/handheldTerminal'),
              }
              ,
              {
                path: 'loudspeaker',
                name: 'loudspeaker',
                component: () => import('@/views/systemSetting/device/loudspeaker'),
              }
            ]
          }