波形解析相关
This commit is contained in:
@@ -34,6 +34,31 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
isKeepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/tools',
|
||||
name: 'tools',
|
||||
component: () => import('@/views/tools/index.vue'),
|
||||
meta: {
|
||||
title: '工具中心'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/tools/waveform',
|
||||
name: 'toolWaveform',
|
||||
component: () => import('@/views/tools/waveform/index.vue'),
|
||||
meta: {
|
||||
title: '波形查看'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/tools/mmsMapping',
|
||||
name: 'toolMmsMapping',
|
||||
alias: ['/tools/mmsmapping', '/tools/mms-mapping'],
|
||||
component: () => import('@/views/tools/mmsMapping/index.vue'),
|
||||
meta: {
|
||||
title: 'MMS 映射'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/403',
|
||||
name: '403',
|
||||
|
||||
Reference in New Issue
Block a user