Kaynağa Gözat

增加一些栏

zhangxin 2 yıl önce
ebeveyn
işleme
8a4442b7ab
2 değiştirilmiş dosya ile 3 ekleme ve 4 silme
  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>