menu.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. [
  2. {
  3. "path": "/dashboard",
  4. "name": "Dashboard",
  5. "key": "dashboard",
  6. "icon": "dashboard",
  7. "children": [
  8. {
  9. "path": "/",
  10. "name": "Analysis Page",
  11. "key": "dashboard.analysis"
  12. },
  13. {
  14. "path": "/dashboard/monitor",
  15. "name": "Monitoring Page",
  16. "key": "dashboard.monitor"
  17. },
  18. {
  19. "path": "/dashboard/workplace",
  20. "name": "Workbench",
  21. "key": "dashboard.workplace"
  22. }
  23. ]
  24. },
  25. {
  26. "path": "/form",
  27. "name": "Form page",
  28. "key": "form",
  29. "icon": "form",
  30. "children": [
  31. {
  32. "path": "/form/basic-form",
  33. "name": "Basic Form",
  34. "key": "form.basic-form"
  35. },
  36. {
  37. "path": "/form/step-form",
  38. "name": "Step Form",
  39. "key": "form.step-form"
  40. },
  41. {
  42. "path": "/form/advanced-form",
  43. "name": "Advanced Form",
  44. "key": "form.advanced-form"
  45. }
  46. ]
  47. },
  48. {
  49. "path": "/list",
  50. "name": "List",
  51. "key": "list",
  52. "icon": "table",
  53. "children": [
  54. {
  55. "path": "/list/search",
  56. "name": "Search List",
  57. "key": "list.search",
  58. "children": [
  59. {
  60. "path": "/list/search/articles",
  61. "name": "Search List (Article)",
  62. "key": "list.search.articles"
  63. },
  64. {
  65. "path": "/list/search/projects",
  66. "name": "Search List (Items)",
  67. "key": "list.search.projects"
  68. },
  69. {
  70. "path": "/list/search/applications",
  71. "name": "Search List (Application)",
  72. "key": "list.search.applications"
  73. }
  74. ]
  75. },
  76. {
  77. "path": "/list/table-list",
  78. "name": "Inquiry Form",
  79. "key": "list.table-list"
  80. },
  81. {
  82. "path": "/list/basic-list",
  83. "name": "Basic List",
  84. "key": "list.basic-list"
  85. },
  86. {
  87. "path": "/list/card-list",
  88. "name": "Card List",
  89. "key": "list.card-list"
  90. }
  91. ]
  92. },
  93. {
  94. "path": "/profile",
  95. "name": "Profile",
  96. "key": "profile",
  97. "icon": "profile",
  98. "children": [
  99. {
  100. "path": "/profile/basic",
  101. "name": "Basic Profile",
  102. "key": "profile.basic"
  103. },
  104. {
  105. "path": "/profile/advanced",
  106. "name": "Advanced Profile",
  107. "key": "profile.advanced"
  108. }
  109. ]
  110. },
  111. {
  112. "path": "/result",
  113. "name": "Result Pages",
  114. "key": "result",
  115. "icon": "check-circle",
  116. "children": [
  117. {
  118. "path": "/result/success",
  119. "name": "Success Page",
  120. "key": "result.success"
  121. },
  122. {
  123. "path": "/result/fail",
  124. "name": "Failed page",
  125. "key": "result.fail"
  126. }
  127. ]
  128. },
  129. {
  130. "path": "/exception",
  131. "name": "Error Pages",
  132. "key": "exception",
  133. "icon": "exception",
  134. "children": [
  135. {
  136. "path": "/exception/403",
  137. "name": "403",
  138. "key": "exception.403"
  139. },
  140. {
  141. "path": "/exception/404",
  142. "name": "404",
  143. "key": "exception.404"
  144. },
  145. {
  146. "path": "/exception/500",
  147. "name": "500",
  148. "key": "exception.500"
  149. }
  150. ]
  151. },
  152. {
  153. "path": "/account",
  154. "name": "Account",
  155. "key": "account",
  156. "icon": "user",
  157. "children": [
  158. {
  159. "path": "/account/center",
  160. "name": "Account Center",
  161. "key": "account.center"
  162. },
  163. {
  164. "path": "/account/settings",
  165. "name": "Personal settings",
  166. "key": "account.settings"
  167. }
  168. ]
  169. }
  170. ]