获取地址开关打开

This commit is contained in:
酱子
2022-03-29 18:25:16 +08:00
parent 7e4638b086
commit 35f2865d79
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ public class RuoYiConfig
private static String profile;
/** 获取地址开关 */
private static boolean addressEnabled=true;
private static boolean addressEnabled;
/** 验证码类型 */
private static String captchaType;