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