MrShi
昨天 e7e2a77a824a0e6a80a3bc7f221c83db8223bf0c
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)
}