浏览代码

增加一些栏

zhangxin 2 年之前
父节点
当前提交
8a4442b7ab
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 2 1
      src/router/index.js
  2. 1 3
      src/views/index_v1.vue

+ 2 - 1
src/router/index.js

@@ -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',
     component: Layout,
     // redirect: '消息管理',
-    name:'消息管理'  ,
+    meta: { title: '消息管理', icon : "dashboard" },
     children: [
       {
         path: 'messageList',

+ 1 - 3
src/views/index_v1.vue

@@ -27,10 +27,8 @@
         <div class="chart-wrapper">
           <messageManager />
         </div>
-      </el-col>
+      </el-col>1
     </el-row>
-
-    
   </div>
 </template>