疯狂的狮子Li
2023-02-17 c1036a3df288855348a0e9a085f269b3037d85f7
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({