ruoyi-common/src/main/java/com/ruoyi/common/config/RuoYiConfig.java
@@ -30,6 +30,9 @@ /** 获取地址开关 */ private static boolean addressEnabled; /** 验证码类型 */ private static String captchaType; public String getName() { return name; @@ -90,6 +93,14 @@ RuoYiConfig.addressEnabled = addressEnabled; } public static String getCaptchaType() { return captchaType; } public void setCaptchaType(String captchaType) { RuoYiConfig.captchaType = captchaType; } /** * 获取导入上传路径 */