WXL (wul)
6 天以前 19c62799136bb984e968fcb6b0a4d2371d018270
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
  })