@@ -79,6 +79,7 @@ export const constantRoutes = [
component: Layout,
hidden: true,
redirect: 'noredirect',
+
children: [
{
path: 'profile',
@@ -92,7 +93,7 @@ export const constantRoutes = [
path: '/messageList',
// redirect: '消息管理',
- name:'消息管理' ,
+ meta: { title: '消息管理', icon : "dashboard" },
path: 'messageList',
@@ -27,10 +27,8 @@
<div class="chart-wrapper">
<messageManager />
</div>
- </el-col>
+ </el-col>1
</el-row>
-
</template>