doum
2025-09-05 77b52c06afdb843ee67c6e938afab0458143d76f
admin/src/api/system/dictData.js
@@ -40,3 +40,10 @@
    }
  })
}
export function getPlatformConfig () {
  return request.get('/system/dictData/getPlatformConfig' ,{})
}
// 修改
export function updPlatformConfig (data) {
  return request.post('/system/dictData/updPlatformConfig', data)
}