WXL (wul)
9 天以前 6f0457a46df19472d49d6e4eaea12b38e964de9e
src/api/system/config.js
@@ -28,7 +28,7 @@
// 新增参数配置
export function addConfig(data) {
  return request({
    url: '/system/config',
    url: '/system/config/add',
    method: 'post',
    data: data
  })