mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 10:48:59 +08:00
fix(ui):logout (#365)
This commit is contained in:
@@ -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() {},
|
||||||
|
Reference in New Issue
Block a user