权限配置自动注册

This commit is contained in:
RuoYi
2020-07-10 15:53:34 +08:00
committed by 疯狂的狮子li
parent f49112792e
commit 698ac32237
3 changed files with 29 additions and 1 deletions

View File

@@ -62,7 +62,6 @@ public class SysConfigController extends BaseController
/**
* 根据参数编号获取详细信息
*/
@PreAuthorize("@ss.hasRole('admin')")
@GetMapping(value = "/{configId}")
public AjaxResult getInfo(@PathVariable Long configId)
{