|
@@ -30,8 +30,8 @@ public class RuoYiConfig
|
|
/** 验证码类型 */
|
|
/** 验证码类型 */
|
|
private static String captchaType;
|
|
private static String captchaType;
|
|
|
|
|
|
- /** 当前环境 */
|
|
|
|
- private static String active;
|
|
|
|
|
|
+ /** 上传路径 */
|
|
|
|
+ private static String isYml;
|
|
|
|
|
|
public String getName()
|
|
public String getName()
|
|
{
|
|
{
|
|
@@ -91,12 +91,12 @@ public class RuoYiConfig
|
|
RuoYiConfig.captchaType = captchaType;
|
|
RuoYiConfig.captchaType = captchaType;
|
|
}
|
|
}
|
|
|
|
|
|
- public static String getActive() {
|
|
|
|
- return active;
|
|
|
|
|
|
+ public static String getIsYml() {
|
|
|
|
+ return isYml;
|
|
}
|
|
}
|
|
|
|
|
|
- public static void setActive(String active) {
|
|
|
|
- RuoYiConfig.active = active;
|
|
|
|
|
|
+ public void setIsYml(String isYml) {
|
|
|
|
+ RuoYiConfig.isYml = isYml;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|