MrShi
2025-07-19 9b1a32a3df7d54d19373551a3df34970d1a6a34f
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)
}