1、去掉ry-ui.min
2、登录去掉密码显示, 3、导出调整为绝对路径 4、新增一个detail详细方法
This commit is contained in:
@ -73,4 +73,14 @@ public class RuoYiConfig
|
||||
RuoYiConfig.addressEnabled = addressEnabled;
|
||||
}
|
||||
|
||||
public static String getAvatarPath()
|
||||
{
|
||||
return profile + "/avatar/";
|
||||
}
|
||||
|
||||
public static String getDownloadPath()
|
||||
{
|
||||
return profile + "/download/";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user