fix(ui):logout

This commit is contained in:
wang-liang0615 2024-01-04 16:09:19 +08:00
parent 1e1c92a3ef
commit 18b56c8ce4
1 changed files with 0 additions and 2 deletions

View File

@ -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() {},