[fix][V]:完善实验室管理员首页界面和路由

master
Romesum 5 years ago
parent 88d4323a7a
commit a2910c20c4

@ -27,6 +27,11 @@
this.$router.push('/manager/index/labApply')
}
},
{
name: '实验室管理', func: () => {
this.$router.push('/manager/index/labManager')
}
},
{
name: '个人中心', func: () => {
this.$router.push('/manager/index/personal')

@ -11,7 +11,7 @@
router>
<el-menu-item index="1" route="../">首页</el-menu-item>
<el-menu-item index="2" route="labApply">审核</el-menu-item>
<el-menu-item index="3" route="labManage">实验室管理</el-menu-item>
<el-menu-item index="3" route="labManager">实验室管理</el-menu-item>
<drop-down-user :user="nickname" @back="backLogin" @goPersonal="goPersonal"></drop-down-user>
</el-menu>
</div>

@ -90,6 +90,9 @@ const routes = [
}, {
path: 'labApply',
component: globalPersonal
},{
path: 'labManager',
component: labManager
}
]
}]

Loading…
Cancel
Save