From f6de03a009fc1f2d8755f33882b259f3c54d531a Mon Sep 17 00:00:00 2001
From: abbfun <819589789@qq.com>
Date: 星期五, 19 六月 2020 10:00:41 +0800
Subject: [PATCH] update ruoyi-ui/src/views/monitor/job/log.vue. data对象中属性【表单参数form】重复

---
 ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java b/ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java
index bde0d4a..fe8afc0 100644
--- a/ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java
+++ b/ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -13,7 +13,22 @@
      * UTF-8 瀛楃闆�
      */
     public static final String UTF8 = "UTF-8";
-    
+
+    /**
+     * GBK 瀛楃闆�
+     */
+    public static final String GBK = "GBK";
+
+    /**
+     * http璇锋眰
+     */
+    public static final String HTTP = "http://";
+
+    /**
+     * https璇锋眰
+     */
+    public static final String HTTPS = "https://";
+
     /**
      * 閫氱敤鎴愬姛鏍囪瘑
      */
@@ -95,6 +110,16 @@
     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:";
+
+    /**
      * 璧勬簮鏄犲皠璺緞 鍓嶇紑
      */
     public static final String RESOURCE_PREFIX = "/profile";

--
Gitblit v1.9.3