no commit message
This commit is contained in:
parent
b50651dba0
commit
0cb6745c10
|
|
@ -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 + "/";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue