//用户自定义全局路由
export const globalRoutes:Array<any> = [

];
//用户自定义首页路由
export const indexRoutes:Array<any> = [

];