[fix][V]:完善超级管理员首页下拉操作

master
Romesum 5 years ago
parent 8e9f02fc31
commit 7c4e6ec2c9

@ -1,6 +1,11 @@
<template> <template>
<div> <div>
<home :names="homeParams" :user="nickname" personal-url="/supManager/index/personal"></home> <home
:names="homeParams"
:user="nickname"
@goPersonal="$router.push('/supManager/index/personal')"
@back="logout"
></home>
</div> </div>
</template> </template>
@ -36,7 +41,7 @@
} }
}, },
methods: { methods: {
async backLogin() { async logout() {
await get('lb/user/logout') await get('lb/user/logout')
await showSuccess('退出成功', this) await showSuccess('退出成功', this)
setTimeout(() => { setTimeout(() => {

Loading…
Cancel
Save