|
@@ -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;
|