mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-09-02 02:45:00 +00:00
删除无用的实例演示开关配置
This commit is contained in:
@@ -21,9 +21,6 @@ public class RuoYiConfig
|
||||
/** 版权年份 */
|
||||
private String copyrightYear;
|
||||
|
||||
/** 实例演示开关 */
|
||||
private boolean demoEnabled;
|
||||
|
||||
/** 上传路径 */
|
||||
private static String profile;
|
||||
|
||||
@@ -63,16 +60,6 @@ public class RuoYiConfig
|
||||
this.copyrightYear = copyrightYear;
|
||||
}
|
||||
|
||||
public boolean isDemoEnabled()
|
||||
{
|
||||
return demoEnabled;
|
||||
}
|
||||
|
||||
public void setDemoEnabled(boolean demoEnabled)
|
||||
{
|
||||
this.demoEnabled = demoEnabled;
|
||||
}
|
||||
|
||||
public static String getProfile()
|
||||
{
|
||||
return profile;
|
||||
|
Reference in New Issue
Block a user