Commit c47567ed authored by zhengke's avatar zhengke

修改页面

parent b4233f7f
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
width: 104px; width: 104px;
height: 42px; height: 42px;
line-height: 42px; line-height: 42px;
text-indent: 20px; text-indent: 15px;
display: inline-block; display: inline-block;
text-align: left; text-align: left;
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
</el-submenu> </el-submenu>
<template v-else> <template v-else>
<el-menu-item :index="childItem.MenuId+''" @click.native="clickMenu(childItem)" :key="childItem.MenuId"> <el-menu-item :index="childItem.MenuId+''" @click.native="clickMenu(childItem)" :key="childItem.MenuId">
<div class="checkBlock" :class="defaultActive==childItem.MenuId?'isActive':''">{{childItem.MenuName}}</div> <div class="checkBlock" style="margin-left:-7px;" :class="defaultActive==childItem.MenuId?'isActive':''">{{childItem.MenuName}}</div>
</el-menu-item> </el-menu-item>
</template> </template>
</template> </template>
...@@ -372,6 +372,10 @@ ...@@ -372,6 +372,10 @@
}, },
created() { created() {
this.currentUser = this.getLocalStorage(); this.currentUser = this.getLocalStorage();
this.$router.push({
path: 'zanIndex'
});
}, },
methods: { methods: {
//获取菜单列表 //获取菜单列表
......
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