From 098c650655766bb19991b7bccca1a109d60bbc5d Mon Sep 17 00:00:00 2001 From: Ming <5325253+ming21@user.noreply.gitee.com> Date: 星期二, 24 八月 2021 16:42:56 +0800 Subject: [PATCH] update ruoyi-common/src/main/java/com/ruoyi/common/filter/XssHttpServletRequestWrapper.java. 增加available方法于XssHttpServletRequestWrapper --- ruoyi-ui/src/layout/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/layout/index.vue b/ruoyi-ui/src/layout/index.vue index c6e9b3b..64cec43 100644 --- a/ruoyi-ui/src/layout/index.vue +++ b/ruoyi-ui/src/layout/index.vue @@ -8,7 +8,7 @@ <tags-view v-if="needTagsView" /> </div> <app-main /> - <right-panel v-if="showSettings"> + <right-panel> <settings /> </right-panel> </div> @@ -39,7 +39,6 @@ sideTheme: state => state.settings.sideTheme, sidebar: state => state.app.sidebar, device: state => state.app.device, - showSettings: state => state.settings.showSettings, needTagsView: state => state.settings.tagsView, fixedHeader: state => state.settings.fixedHeader }), -- Gitblit v1.9.2