代码提交
This commit is contained in:
@@ -243,6 +243,26 @@ export const adminBaseRoute = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'BusinessAdministrator/TerminalManagement',
|
||||
name: '变压器策略',
|
||||
meta: {
|
||||
title: pageTitle('runManage'),
|
||||
icon: 'ep:management',
|
||||
alwaysShow: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'addLedger',
|
||||
component: () =>
|
||||
import('@/views/pqs/business/terminal/transformerStrategy/components/addLedger.vue'),
|
||||
name: '变压器台账配置',
|
||||
meta: {
|
||||
title: pageTitle('router.addLedger')
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/boX',
|
||||
name: 'boX',
|
||||
@@ -337,6 +357,7 @@ const staticRoutes: Array<RouteRecordRaw> = [
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user