-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -74,18 +72,6 @@ export default {
height: 100%;
width: 100%;
- .el-scrollbar{
- height: 100%;
- }
-
- ::v-deep .el-scrollbar__bar.is-vertical {
- z-index: 10;
- }
-
- ::v-deep .el-scrollbar__wrap {
- overflow-x: hidden;
- }
-
&.mobile.openSidebar {
position: fixed;
top: 0;
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index b370bdd9..71907b69 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -166,9 +166,15 @@ export const dynamicRoutes = [
// 防止连续点击多次路由报错
let routerPush = Router.prototype.push;
+let routerReplace = Router.prototype.replace;
+// push
Router.prototype.push = function push(location) {
return routerPush.call(this, location).catch(err => err)
}
+// replace
+Router.prototype.replace = function push(location) {
+ return routerReplace.call(this, location).catch(err => err)
+}
export default new Router({
mode: 'history', // 去掉url中的#
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index f7521839..37728900 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -118,11 +118,11 @@
>
- QQ群:满937441 满887144332
- 满180251782 满104180207 满186866453 满201396349
- 满101456076 满101539465 满264312783 满167385320
- 满104748341 满160110482 满170801498 满108482800
- 101046199
+ QQ群: 满937441 满887144332
+ 满180251782 满104180207 满186866453 满201396349
+ 满101456076 满101539465 满264312783 满167385320
+ 满104748341 满160110482 满170801498 满108482800
+ 满101046199 136919097
微信: {
- this.$modal.msgSuccess("清理缓存名称[" + this.nowCacheName + "]成功");
+ this.$modal.msgSuccess("清理缓存名称[" + row.cacheName + "]成功");
this.getCacheKeys();
});
},