Routes
表示路由器服务的路由配置。是一个 Route
对象的数组,用作 Router.config
和 Route.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[];