Commit 03164303 by hank

去除事件监控

parent 1a8815c3
...@@ -19,12 +19,12 @@ const contentsRouter = { ...@@ -19,12 +19,12 @@ const contentsRouter = {
name: 'title', name: 'title',
meta: { title: '系统标题' } meta: { title: '系统标题' }
}, },
{ // {
path: 'type', // path: 'type',
component: () => import('@/views/contents/eventMonitor'), // component: () => import('@/views/contents/eventMonitor'),
name: 'eventMonitor', // name: 'eventMonitor',
meta: { title: '事件监控' } // meta: { title: '事件监控' }
}, // },
{ {
path: 'introductionWarning', path: 'introductionWarning',
component: view, component: view,
......
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 sign in to comment