| src/layout/components/Navbar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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'), {