From 8a43ad17ad8fbfdf38ed72153df4c38f67e5fa0d Mon Sep 17 00:00:00 2001
From: Alan <1124498879@qq.com>
Date: 星期三, 17 二月 2021 10:09:29 +0800
Subject: [PATCH] 提交清除用户权限
---
src/layout/components/Navbar.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 8129eda..0fd4485 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -102,6 +102,7 @@
deleteCaches() {
db.remove('USER_ROUTER')
db.remove('PERMISSIONS')
+ location.reload()
},
deleteCache() {
this.$confirm(this.$t('tips.confirmDeleteCache'), this.$t('common.tips'), {
--
Gitblit v1.8.0