You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 月之前
8 月之前
8 月之前
8 月之前
8 月之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // @ts-nocheck
  2. // This file is generated by Umi automatically
  3. // DO NOT CHANGE IT MANUALLY!
  4. import React from 'react';
  5. export async function getRoutes() {
  6. const routes = {"1":{"path":"/login","layout":false,"access":"login","id":"1"},"2":{"path":"/","redirect":"/main/company/list","parentId":"ant-design-pro-layout","id":"2"},"3":{"path":"/login","layout":false,"id":"3"},"4":{"name":"基础管理","path":"/main","parentId":"ant-design-pro-layout","id":"4"},"5":{"name":"企业管理","parentId":"4","id":"5"},"6":{"name":"企业列表","path":"/main/company/list","parentId":"5","id":"6"},"7":{"name":"VIP列表","path":"/main/company/vip","parentId":"5","id":"7"},"8":{"name":"部门管理","path":"/main/company/department","parentId":"5","id":"8"},"9":{"name":"职位管理","path":"/main/company/post","parentId":"5","id":"9"},"10":{"name":"求职者管理","parentId":"4","id":"10"},"11":{"name":"简历列表","path":"/main/jobseeker/list","parentId":"10","id":"11"},"12":{"name":"求职者账号列表","path":"/main/jobseeker/account","parentId":"10","id":"12"},"13":{"name":"招聘会管理","parentId":"4","id":"13"},"14":{"name":"招聘会列表","path":"/main/fair/list","parentId":"13","id":"14"},"15":{"name":"参与企业列表","path":"/main/fair/company","parentId":"13","id":"15"},"16":{"name":"新闻资讯","parentId":"4","id":"16"},"17":{"name":"栏目/频道","path":"/main/information/section","parentId":"16","id":"17"},"18":{"name":"文章列表","path":"/main/information/article","parentId":"16","id":"18"},"19":{"name":"广告/活动管理","parentId":"4","id":"19"},"20":{"name":"广告/活动列表","path":"/main/advertisement/list","parentId":"19","id":"20"},"21":{"name":"广告/活动投放","path":"/main/advertisement/putin","parentId":"19","id":"21"},"22":{"name":"反馈管理","path":"/main/feedback/list","parentId":"4","id":"22"},"23":{"name":"账号权限","path":"/permission","parentId":"ant-design-pro-layout","id":"23"},"24":{"name":"权限管理","path":"/permission/list","parentId":"23","id":"24"},"25":{"name":"角色管理","path":"/permission/role","parentId":"23","id":"25"},"26":{"name":"账号管理","path":"/permission/account","parentId":"23","id":"26"},"27":{"name":"系统管理","path":"/setting","parentId":"ant-design-pro-layout","id":"27"},"28":{"name":"系统设置","path":"/setting/system","parentId":"27","id":"28"},"29":{"name":"字典设置","path":"/setting/dictionary","parentId":"27","id":"29"},"30":{"name":"分词器","path":"/setting/other","parentId":"27","id":"30"},"31":{"name":"统计管理","path":"/setting","parentId":"ant-design-pro-layout","id":"31"},"32":{"name":"系统设置","path":"/setting/system","parentId":"31","id":"32"},"33":{"name":"字典设置","path":"/setting/dictionary","parentId":"31","id":"33"},"34":{"name":"分词器","path":"/setting/other","parentId":"31","id":"34"},"ant-design-pro-layout":{"id":"ant-design-pro-layout","path":"/","isLayout":true}} as const;
  7. return {
  8. routes,
  9. routeComponents: {
  10. '1': React.lazy(() => import(/* webpackChunkName: "p__Login__index" */'@/pages/Login/index.tsx')),
  11. '2': React.lazy(() => import('./EmptyRoute')),
  12. '3': React.lazy(() => import(/* webpackChunkName: "p__Login__index" */'@/pages/Login/index.tsx')),
  13. '4': React.lazy(() => import('./EmptyRoute')),
  14. '5': React.lazy(() => import('./EmptyRoute')),
  15. '6': React.lazy(() => import(/* webpackChunkName: "p__Main__Company__List__index" */'@/pages/Main/Company/List/index.tsx')),
  16. '7': React.lazy(() => import(/* webpackChunkName: "p__Main__Company__Vip__index" */'@/pages/Main/Company/Vip/index.tsx')),
  17. '8': React.lazy(() => import(/* webpackChunkName: "p__Main__Company__Department__index" */'@/pages/Main/Company/Department/index.tsx')),
  18. '9': React.lazy(() => import(/* webpackChunkName: "p__Main__Company__Post__index" */'@/pages/Main/Company/Post/index.tsx')),
  19. '10': React.lazy(() => import('./EmptyRoute')),
  20. '11': React.lazy(() => import(/* webpackChunkName: "p__Main__Jobseeker__List__index" */'@/pages/Main/Jobseeker/List/index.tsx')),
  21. '12': React.lazy(() => import(/* webpackChunkName: "p__Main__Jobseeker__Account__index" */'@/pages/Main/Jobseeker/Account/index.tsx')),
  22. '13': React.lazy(() => import('./EmptyRoute')),
  23. '14': React.lazy(() => import(/* webpackChunkName: "p__Main__Fair__List__index" */'@/pages/Main/Fair/List/index.tsx')),
  24. '15': React.lazy(() => import(/* webpackChunkName: "p__Main__Fair__Company__index" */'@/pages/Main/Fair/Company/index.tsx')),
  25. '16': React.lazy(() => import('./EmptyRoute')),
  26. '17': React.lazy(() => import(/* webpackChunkName: "p__Main__Information__Section__index" */'@/pages/Main/Information/Section/index.tsx')),
  27. '18': React.lazy(() => import(/* webpackChunkName: "p__Main__Information__Article__index" */'@/pages/Main/Information/Article/index.tsx')),
  28. '19': React.lazy(() => import('./EmptyRoute')),
  29. '20': React.lazy(() => import(/* webpackChunkName: "p__Main__Advertisement__List__index" */'@/pages/Main/Advertisement/List/index.tsx')),
  30. '21': React.lazy(() => import(/* webpackChunkName: "p__Main__Advertisement__Putin__index" */'@/pages/Main/Advertisement/Putin/index.tsx')),
  31. '22': React.lazy(() => import(/* webpackChunkName: "p__Main__Feedback__index" */'@/pages/Main/Feedback/index.tsx')),
  32. '23': React.lazy(() => import('./EmptyRoute')),
  33. '24': React.lazy(() => import(/* webpackChunkName: "p__Permission__List__index" */'@/pages/Permission/List/index.tsx')),
  34. '25': React.lazy(() => import(/* webpackChunkName: "p__Permission__Role__index" */'@/pages/Permission/Role/index.tsx')),
  35. '26': React.lazy(() => import(/* webpackChunkName: "p__Permission__Account__index" */'@/pages/Permission/Account/index.tsx')),
  36. '27': React.lazy(() => import('./EmptyRoute')),
  37. '28': React.lazy(() => import(/* webpackChunkName: "p__Setting__System__index" */'@/pages/Setting/System/index.tsx')),
  38. '29': React.lazy(() => import(/* webpackChunkName: "p__Setting__Dictionary__index" */'@/pages/Setting/Dictionary/index.tsx')),
  39. '30': React.lazy(() => import(/* webpackChunkName: "p__Setting__Other__index" */'@/pages/Setting/Other/index.tsx')),
  40. '31': React.lazy(() => import('./EmptyRoute')),
  41. '32': React.lazy(() => import(/* webpackChunkName: "p__Setting__System__index" */'@/pages/Setting/System/index.tsx')),
  42. '33': React.lazy(() => import(/* webpackChunkName: "p__Setting__Dictionary__index" */'@/pages/Setting/Dictionary/index.tsx')),
  43. '34': React.lazy(() => import(/* webpackChunkName: "p__Setting__Other__index" */'@/pages/Setting/Other/index.tsx')),
  44. 'ant-design-pro-layout': React.lazy(() => import(/* webpackChunkName: "umi__plugin-layout__Layout" */'E:/project/myproject/rencaishichanghoutai/src/.umi/plugin-layout/Layout.tsx')),
  45. },
  46. };
  47. }