填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

Routes

表示路由器服务的路由配置。是一个 Route 对象的数组,用作 Router.configRoute.children 中的嵌套路由配置。

Represents a route configuration for the Router service. An array of Route objects, used in Router.config and for nested route configurations in Route.children.

      
      type Routes = Route[];
    

参见