@ -31,14 +31,15 @@ public class RuoYiConfig
private static String captchaType;
// 自定义路径,用于获取日志信息里的文件
/** application.yml里的ruoyi配置里的mypath*/
private static String myPath;
//用于获取日志信息里的文件(热成像和可见光的图片或视频)
public static String getMyPath()
{
return myPath;
}
public void setMyPath(String myPath)
RuoYiConfig.myPath = myPath;