Explorar o código

增加一些栏

zhangxin %!s(int64=2) %!d(string=hai) anos
pai
achega
8a4442b7ab
Modificáronse 2 ficheiros con 3 adicións e 4 borrados
  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>