zhangxin 2 жил өмнө
parent
commit
8a4442b7ab

+ 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>