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

ResolveData

表示与特定路由关联的已解析数据。

Represents the resolved data associated with a particular route.

      
      type ResolveData = {
    [name: string]: any;
};
    

参见