Commit 003e31d8 by lichengming

修改了首页

parent 42097120
...@@ -2,10 +2,9 @@ ...@@ -2,10 +2,9 @@
<div> <div>
<el-menu <el-menu
:default-active="defaultActive" :default-active="defaultActive"
:unique-opened="true"
background-color="#495060" background-color="#495060"
text-color="#eee" text-color="#eee"
:active-text-color="activeTextColor"
:unique-opened="true"
active-text-color="#ffd04b"> active-text-color="#ffd04b">
<template v-for="(item,index) in menuList"> <template v-for="(item,index) in menuList">
<!--不存在二级,只有一级菜单--> <!--不存在二级,只有一级菜单-->
......
...@@ -57,7 +57,7 @@ export default [ ...@@ -57,7 +57,7 @@ export default [
{ {
path: 'workbench', path: 'workbench',
component: workbench, component: workbench,
meta: { title: '工作台' } meta: { title: '首页' }
}, },
{ {
path: 'aptitude', path: 'aptitude',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment