RuoYi
2020-05-26 bb1324a70ae25bac00eadbd4d14bb0c1faf5d2df
ruoyi/src/main/java/com/ruoyi/project/system/controller/SysConfigController.java
@@ -70,7 +70,6 @@
    /**
     * 根据参数键名查询参数值
     */
    @PreAuthorize("@ss.hasPermi('system:config:query')")
    @GetMapping(value = "/configKey/{configKey}")
    public AjaxResult getConfigKey(@PathVariable String configKey)
    {