| src/router/views/index.js | ●●●●● patch | view | raw | blame | history |
src/router/views/index.js
@@ -323,7 +323,22 @@ component: () => import ( /* webpackChunkName: "views" */ '@/views/feedbackReport/feedbackReport') }] }, { }, { path: '/chatgroup', component: Layout, redirect: 'chatgroup', children: [{ path: 'index', name: '群管理', meta: { i18n: 'chatgroup' }, component: () => import ( /* webpackChunkName: "views" */ '@/views/chatrg/chatgroup') }] }, { path: '/alarm', component: Layout, redirect: '/alarm/alarmPage', @@ -460,4 +475,4 @@ ] ]