diff --git a/cmdb-ui/src/components/tools/UserMenu.vue b/cmdb-ui/src/components/tools/UserMenu.vue index ed7e6b4..9cc8566 100644 --- a/cmdb-ui/src/components/tools/UserMenu.vue +++ b/cmdb-ui/src/components/tools/UserMenu.vue @@ -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() {},