|
|
@ -469,10 +469,10 @@ public class LoginController extends BaseController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "获取是否显示专栏", notes = "1-显示 2-不显示")
|
|
|
|
@ApiOperation(value = "获取不显示专栏的版本号", notes = "1-显示 2-不显示")
|
|
|
|
@GetMapping("/showColumnFlag")
|
|
|
|
@GetMapping("/showColumnVersion")
|
|
|
|
public Result<Integer> showColumnFlag() {
|
|
|
|
public Result<Integer> showColumnFlag() {
|
|
|
|
return Result.success(envConfig.getShowColumnFlag());
|
|
|
|
return Result.success(envConfig.getShowColumnVersion());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|