Admin.prototype.param = function () {
  this.router.param.apply(this.router, arguments)
  return this
}