From d0ad8b7b1374956ceb0ef1267bbf51daa07ce229 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期一, 12 九月 2022 17:13:17 +0800
Subject: [PATCH] 优化没有权限的用户编辑部门缺少数据(I5OF3O)
---
src/main/java/com/ruoyi/common/constant/Constants.java | 37 ++++++-------------------------------
1 files changed, 6 insertions(+), 31 deletions(-)
diff --git a/src/main/java/com/ruoyi/common/constant/Constants.java b/src/main/java/com/ruoyi/common/constant/Constants.java
index 6deff23..87fa40f 100644
--- a/src/main/java/com/ruoyi/common/constant/Constants.java
+++ b/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -20,6 +20,11 @@
public static final String GBK = "GBK";
/**
+ * www涓诲煙
+ */
+ public static final String WWW = "www.";
+
+ /**
* http璇锋眰
*/
public static final String HTTP = "http://";
@@ -58,27 +63,7 @@
* 鐧诲綍澶辫触
*/
public static final String LOGIN_FAIL = "Error";
-
- /**
- * 楠岃瘉鐮� redis key
- */
- public static final String CAPTCHA_CODE_KEY = "captcha_codes:";
-
- /**
- * 鐧诲綍鐢ㄦ埛 redis key
- */
- public static final String LOGIN_TOKEN_KEY = "login_tokens:";
-
- /**
- * 闃查噸鎻愪氦 redis key
- */
- public static final String REPEAT_SUBMIT_KEY = "repeat_submit:";
-
- /**
- * 闄愭祦 redis key
- */
- public static final String RATE_LIMIT_KEY = "rate_limit:";
-
+
/**
* 楠岃瘉鐮佹湁鏁堟湡锛堝垎閽燂級
*/
@@ -123,16 +108,6 @@
* 鐢ㄦ埛鏉冮檺
*/
public static final String JWT_AUTHORITIES = "authorities";
-
- /**
- * 鍙傛暟绠$悊 cache key
- */
- public static final String SYS_CONFIG_KEY = "sys_config:";
-
- /**
- * 瀛楀吀绠$悊 cache key
- */
- public static final String SYS_DICT_KEY = "sys_dict:";
/**
* 璧勬簮鏄犲皠璺緞 鍓嶇紑
--
Gitblit v1.9.3