Commit 003e31d8 by lichengming

修改了首页

parent 42097120
......@@ -2,10 +2,9 @@
<div>
<el-menu
:default-active="defaultActive"
:unique-opened="true"
background-color="#495060"
text-color="#eee"
:active-text-color="activeTextColor"
:unique-opened="true"
active-text-color="#ffd04b">
<template v-for="(item,index) in menuList">
<!--不存在二级,只有一级菜单-->
......
......@@ -57,7 +57,7 @@ export default [
{
path: 'workbench',
component: workbench,
meta: { title: '工作台' }
meta: { title: '首页' }
},
{
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