mirror of https://github.com/veops/cmdb.git
fix(ui):logout (#365)
This commit is contained in:
parent
21bb741a02
commit
0f23feda2f
|
@ -71,8 +71,6 @@ export default {
|
|||
title: this.$t('tip'),
|
||||
content: this.$t('topMenu.confirmLogout'),
|
||||
onOk() {
|
||||
// localStorage.removeItem('ops_cityps_currentId')
|
||||
localStorage.clear()
|
||||
return that.Logout()
|
||||
},
|
||||
onCancel() {},
|
||||
|
|
Loading…
Reference in New Issue