Commit 71e1ec1a authored by xiexingan's avatar xiexingan

添加设备故障报警页面

parent 9b259b81
<template>
<div>
设备故障报警
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
...@@ -22,7 +22,16 @@ const frameIn = [ ...@@ -22,7 +22,16 @@ const frameIn = [
} }
] ]
}, },
// 数据分析
{
path: '/analysis',
name: 'analysis',
meta,
component: layoutHeaderAside,
children: (pre => [
{ path: 'fault', name: `${pre}fault`, component: () => import('@/pages/analysis/fault'), meta: { ...meta, title: '设备故障报警' } }
])('analysis-')
},
// 系统管理 // 系统管理
{ {
path: '/sys', path: '/sys',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment