疯狂的狮子li
2022-07-07 d9e54388e7fde2462e8b7e0165c5e7da3f202593
ruoyi-ui/src/api/system/config.js
@@ -43,6 +43,18 @@
  })
}
// 修改参数配置
export function updateConfigByKey(key, value) {
  return request({
    url: '/system/config/updateByKey',
    method: 'put',
    data: {
      configKey: key,
      configValue: value
    }
  })
}
// 删除参数配置
export function delConfig(configId) {
  return request({