MrShi
昨天 cc61f4a42e135360133f7715376e029b5904f001
admin/src/api/system/dictData.js
@@ -33,3 +33,12 @@
    }
  })
}
export function getPlatformConfig () {
  return request.get('/system/dictData/getPlatformConfig' ,{})
}
// 修改
export function updPlatformConfig (data) {
  return request.post('/system/dictData/updPlatformConfig', data)
}