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