作者 小范

新增消息分类管理界面

正在显示 1 个修改的文件 包含 33 行增加17 行删除
@@ -38,7 +38,6 @@ import Allocatearrive from './views/nmms_import/Allocatearrive.vue' @@ -38,7 +38,6 @@ import Allocatearrive from './views/nmms_import/Allocatearrive.vue'
38 import User from './views/nav1/user.vue' 38 import User from './views/nav1/user.vue'
39 import Page4 from './views/nav2/Page4.vue' 39 import Page4 from './views/nav2/Page4.vue'
40 import Page5 from './views/nav2/Page5.vue' 40 import Page5 from './views/nav2/Page5.vue'
41 -import Page6 from './views/nav3/Page6.vue'  
42 import echarts from './views/charts/echarts.vue' 41 import echarts from './views/charts/echarts.vue'
43 import SecrityInspection from './views/staff/security_inspection.vue' 42 import SecrityInspection from './views/staff/security_inspection.vue'
44 import Key from './views/staff/key.vue' 43 import Key from './views/staff/key.vue'
@@ -89,6 +88,12 @@ import QueueView from "./views/bus/view/QueueView.vue" @@ -89,6 +88,12 @@ import QueueView from "./views/bus/view/QueueView.vue"
89 import ExchangeView from "./views/bus/view/ExchangeView.vue" 88 import ExchangeView from "./views/bus/view/ExchangeView.vue"
90 import ElasticSearchInfo from "./views/bus/ElasticSearchInfo.vue" 89 import ElasticSearchInfo from "./views/bus/ElasticSearchInfo.vue"
91 import ConfigureS from "./views/bus/Configure.vue" 90 import ConfigureS from "./views/bus/Configure.vue"
  91 +import MessageManagement from "./views/bus/MessageManagement.vue"
  92 +
  93 +//组件练习
  94 +import Page7 from "./views/nav3/Page7.vue"
  95 +
  96 +
92 97
93 98
94 let routes = [ 99 let routes = [
@@ -129,21 +134,21 @@ let routes = [ @@ -129,21 +134,21 @@ let routes = [
129 // ] 134 // ]
130 // }, 135 // },
131 // { path: '/test', component: Main }, 136 // { path: '/test', component: Main },
132 - // {  
133 - // path: '/admin',  
134 - // component: Home,  
135 - // name: '系统设置',  
136 - // iconCls: 'el-icon-setting',//图标样式class  
137 - // children: [  
138 - // {path: '/user', component: User, name: '用户管理'},  
139 - // {path: '/role', component: Role, name: '组织机构'},  
140 - // {path: '/perm', component: Perm, name: '权限管理'},  
141 - // {path: '/log', component: LOG, name: '系统日志'},  
142 - // {path: '/department', component: Department, name: '部门管理'},  
143 - // {path: '/company', component: Company, name: '公司管理'},  
144 - // {path: '/group', component: Group, name: '集团管理'}  
145 - // ]  
146 - // }, 137 + {
  138 + path: '/admin',
  139 + component: Home,
  140 + name: '系统设置',
  141 + iconCls: 'el-icon-setting',//图标样式class
  142 + children: [
  143 + {path: '/user', component: User, name: '用户管理'},
  144 + {path: '/role', component: Role, name: '组织机构'},
  145 + {path: '/perm', component: Perm, name: '权限管理'},
  146 + {path: '/log', component: LOG, name: '系统日志'},
  147 + {path: '/department', component: Department, name: '部门管理'},
  148 + {path: '/company', component: Company, name: '公司管理'},
  149 + {path: '/group', component: Group, name: '集团管理'}
  150 + ]
  151 + },
147 152
148 { 153 {
149 path: '/bus', 154 path: '/bus',
@@ -161,7 +166,9 @@ let routes = [ @@ -161,7 +166,9 @@ let routes = [
161 {path: '/note', component: MessageNote, name: '消息记录管理'}, 166 {path: '/note', component: MessageNote, name: '消息记录管理'},
162 {path: '/note_search', component: MessageNoteSearch, name: '消息记录搜索'}, 167 {path: '/note_search', component: MessageNoteSearch, name: '消息记录搜索'},
163 {path: '/es', component: ElasticSearchInfo, name: 'ES信息管理'}, 168 {path: '/es', component: ElasticSearchInfo, name: 'ES信息管理'},
164 - {path: '/configures', component: ConfigureS, name: '消息路由批量配置'} 169 + {path: '/configures', component: ConfigureS, name: '消息路由批量配置'},
  170 + {path: '/ms', component: MessageManagement, name: '消息分类管理'}
  171 +
165 ] 172 ]
166 }, 173 },
167 { 174 {
@@ -174,6 +181,15 @@ let routes = [ @@ -174,6 +181,15 @@ let routes = [
174 // {path: '/exchangeView', component: ExchangeView, name: '交换机监控'}, 181 // {path: '/exchangeView', component: ExchangeView, name: '交换机监控'},
175 ] 182 ]
176 }, 183 },
  184 + {
  185 + path: '/nav3',
  186 + component: Home,
  187 + name: '组件练习',
  188 + iconCls: 'el-icon-view',
  189 + children: [
  190 + {path: '/page7', component: Page7, name: '组件'},
  191 + ]
  192 + },
177 193
178 194
179 // { 195 // {