Skip to main content

数据结构

routeConfigInfo

名称说明类型
rule路由规则string
Component路由组件function | class
target需要挂载的目标 dom 或者 dom 选择器string | object
handler如果没有指定 Component,则在路由切换的时候执行该函数;如果指定了 Component,则在路由切换之后,Component 挂载之后立即执行该函数function

listenerEvent

名称说明类型
url当前 url,比如 /homestring
referrer上一次 urlstring
hash当前 hashstring
paramsurl 经过路由匹配的参数object
queryurl 参数object
queryStringquery 字符串形式string
resume恢复导航过程function
stop取消导航function

routeInfo

名称说明类型
url当前 url,比如 /homestring
referrer上一次 urlstring
hash当前 hashstring
paramsurl 参数object
queryurl 参数object
queryStringquery 字符串形式string