index.ts 149 字节 编辑Web IDE 1 2 3 4 5 6 7 8 //用户自定义全局路由 export const globalRoutes:Array<any> = [ ]; //用户自定义首页路由 export const indexRoutes:Array<any> = [ ];