From a9e21702aaa024c0f7f2c0e35c8585cae9cde724 Mon Sep 17 00:00:00 2001
From: dawn9117 <silanglang@163.com>
Date: 星期五, 26 十一月 2021 13:55:32 +0800
Subject: [PATCH] 接口重复鉴权BUG修复: ResourceConfig中已经配置鉴权拦截器, 添加sa-token-spring-aop会导致重复鉴权BUG

---
 ruoyi-ui/src/settings.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/settings.js b/ruoyi-ui/src/settings.js
index 6edb05b..6a0b09f 100644
--- a/ruoyi-ui/src/settings.js
+++ b/ruoyi-ui/src/settings.js
@@ -1,10 +1,18 @@
 module.exports = {
-  title: '鑻ヤ緷绠$悊绯荤粺',
+  /**
+   * 渚ц竟鏍忎富棰� 娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light
+   */
+  sideTheme: 'theme-dark',
 
   /**
    * 鏄惁绯荤粺甯冨眬閰嶇疆
    */
   showSettings: false,
+
+  /**
+   * 鏄惁鏄剧ず椤堕儴瀵艰埅
+   */
+  topNav: false,
 
   /**
    * 鏄惁鏄剧ず tagsView
@@ -22,6 +30,11 @@
   sidebarLogo: true,
 
   /**
+   * 鏄惁鏄剧ず鍔ㄦ�佹爣棰�
+   */
+  dynamicTitle: false,
+
+  /**
    * @type {string | array} 'production' | ['production', 'development']
    * @description Need show err logs component.
    * The default is only used in the production env

--
Gitblit v1.9.3