Skip to content

Commit 14cb8ff

Browse files
fix(ui):logout (#365)
1 parent aa644ad commit 14cb8ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmdb-ui/src/components/tools/UserMenu.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export default {
7171
title: this.$t('tip'),
7272
content: this.$t('topMenu.confirmLogout'),
7373
onOk() {
74-
// localStorage.removeItem('ops_cityps_currentId')
75-
localStorage.clear()
7674
return that.Logout()
7775
},
7876
onCancel() {},

0 commit comments

Comments
 (0)