WXL (wul)
10 小时以前 30898b3fcc871f58f0d49200bd50de30cd6b12ad
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
  })