no commit message

This commit is contained in:
云淡风轻 2018-08-09 18:07:54 +08:00
parent b50651dba0
commit 0cb6745c10
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ public class RuoYiConfig {
}
public void setProfile(String profile) {
RuoYiConfig.profile = RuoYiConfig.class.getResource("/").getPath() + profile+"/";
RuoYiConfig.profile = this.getClass().getResource("/").getPath() + profile + "/";
}
}