data.ts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. export const pcFooter = (t:any) => {
  2. return [
  3. {
  4. title: t('header.core_product'),
  5. list: [
  6. {
  7. text: t('manage.sceneAdmin.sdsg'),
  8. link: 'Meta'
  9. },
  10. {
  11. text: t('header.Mega'),
  12. link: 'Mega'
  13. },
  14. {
  15. text: t('header.kankanMinion'),
  16. link: 'Minion'
  17. },
  18. {
  19. text: t('header.mallPro'),
  20. link: 'KanKan'
  21. }
  22. ]
  23. },
  24. {
  25. title: t('header.solutions'),
  26. list: [
  27. {
  28. text: t('header.solutionsExi'),
  29. link: 'solutions/smartCity'
  30. },
  31. {
  32. text: t('header.solutionsSubject'),
  33. link: 'solutions/museum'
  34. },
  35. {
  36. text: t('header.solutionsSec'),
  37. link: 'solutions/government'
  38. },
  39. {
  40. text: t('header.solutionsHouse'),
  41. link: 'solutions/property'
  42. },
  43. ]
  44. },
  45. {
  46. title: t('header.service'),
  47. list: [
  48. {
  49. text: t('header.serviceApp'),
  50. link: 'service/app/pro'
  51. }, {
  52. text: t('service.help'),
  53. link: 'service/use/help'
  54. },
  55. {
  56. text: t('header.serviceBaoxiu'),
  57. link: 'service/clause/pro'
  58. },
  59. ]
  60. },
  61. {
  62. title: t('header.about'),
  63. list: [
  64. {
  65. text: t('header.aboutCompany'),
  66. link: 'about'
  67. },
  68. {
  69. text: t('header.aboutNews'),
  70. link: 'news'
  71. },
  72. {
  73. text: t('header.aboutAgent'),
  74. link: 'distributor'
  75. }
  76. ]
  77. }
  78. ]
  79. }