src/layout/components/Navbar.vue
@@ -97,6 +97,11 @@ clean() { db.clear() this.$router.push('login') this.deleteCaches() }, deleteCaches() { db.remove('USER_ROUTER') db.remove('PERMISSIONS') }, deleteCache() { this.$confirm(this.$t('tips.confirmDeleteCache'), this.$t('common.tips'), {