init.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. {
  2. "homeInfo": {
  3. "title": "首页",
  4. "href": "page/welcome-1.html?t=1"
  5. },
  6. "logoInfo": {
  7. "title": "LAYUI MINI",
  8. "image": "images/logo.png",
  9. "href": ""
  10. },
  11. "menuInfo": [
  12. {
  13. "title": "常规管理",
  14. "icon": "fa fa-address-book",
  15. "href": "",
  16. "target": "_self",
  17. "child": [
  18. {
  19. "title": "主页模板",
  20. "href": "",
  21. "icon": "fa fa-home",
  22. "target": "_self",
  23. "child": [
  24. {
  25. "title": "主页一",
  26. "href": "page/welcome-1.html",
  27. "icon": "fa fa-tachometer",
  28. "target": "_self"
  29. },
  30. {
  31. "title": "主页二",
  32. "href": "page/welcome-2.html",
  33. "icon": "fa fa-tachometer",
  34. "target": "_self"
  35. },
  36. {
  37. "title": "主页三",
  38. "href": "page/welcome-3.html",
  39. "icon": "fa fa-tachometer",
  40. "target": "_self"
  41. }
  42. ]
  43. },
  44. {
  45. "title": "菜单管理",
  46. "href": "page/menu.html",
  47. "icon": "fa fa-window-maximize",
  48. "target": "_self"
  49. },
  50. {
  51. "title": "系统设置",
  52. "href": "page/setting.html",
  53. "icon": "fa fa-gears",
  54. "target": "_self"
  55. },
  56. {
  57. "title": "表格示例",
  58. "href": "page/table.html",
  59. "icon": "fa fa-file-text",
  60. "target": "_self"
  61. },
  62. {
  63. "title": "表单示例",
  64. "href": "",
  65. "icon": "fa fa-calendar",
  66. "target": "_self",
  67. "child": [
  68. {
  69. "title": "普通表单",
  70. "href": "page/form.html",
  71. "icon": "fa fa-list-alt",
  72. "target": "_self"
  73. },
  74. {
  75. "title": "分步表单",
  76. "href": "page/form-step.html",
  77. "icon": "fa fa-navicon",
  78. "target": "_self"
  79. }
  80. ]
  81. },
  82. {
  83. "title": "登录模板",
  84. "href": "",
  85. "icon": "fa fa-flag-o",
  86. "target": "_self",
  87. "child": [
  88. {
  89. "title": "登录-1",
  90. "href": "page/login-1.html",
  91. "icon": "fa fa-stumbleupon-circle",
  92. "target": "_blank"
  93. },
  94. {
  95. "title": "登录-2",
  96. "href": "page/login-2.html",
  97. "icon": "fa fa-viacoin",
  98. "target": "_blank"
  99. },
  100. {
  101. "title": "登录-3",
  102. "href": "page/login-3.html",
  103. "icon": "fa fa-tags",
  104. "target": "_blank"
  105. }
  106. ]
  107. },
  108. {
  109. "title": "异常页面",
  110. "href": "",
  111. "icon": "fa fa-home",
  112. "target": "_self",
  113. "child": [
  114. {
  115. "title": "404页面",
  116. "href": "page/404.html",
  117. "icon": "fa fa-hourglass-end",
  118. "target": "_self"
  119. }
  120. ]
  121. },
  122. {
  123. "title": "其它界面",
  124. "href": "",
  125. "icon": "fa fa-snowflake-o",
  126. "target": "",
  127. "child": [
  128. {
  129. "title": "按钮示例",
  130. "href": "page/button.html",
  131. "icon": "fa fa-snowflake-o",
  132. "target": "_self"
  133. },
  134. {
  135. "title": "弹出层",
  136. "href": "page/layer.html",
  137. "icon": "fa fa-shield",
  138. "target": "_self"
  139. }
  140. ]
  141. }
  142. ]
  143. },
  144. {
  145. "title": "组件管理",
  146. "icon": "fa fa-lemon-o",
  147. "href": "",
  148. "target": "_self",
  149. "child": [
  150. {
  151. "title": "图标列表",
  152. "href": "page/icon.html",
  153. "icon": "fa fa-dot-circle-o",
  154. "target": "_self"
  155. },
  156. {
  157. "title": "图标选择",
  158. "href": "page/icon-picker.html",
  159. "icon": "fa fa-adn",
  160. "target": "_self"
  161. },
  162. {
  163. "title": "颜色选择",
  164. "href": "page/color-select.html",
  165. "icon": "fa fa-dashboard",
  166. "target": "_self"
  167. },
  168. {
  169. "title": "下拉选择",
  170. "href": "page/table-select.html",
  171. "icon": "fa fa-angle-double-down",
  172. "target": "_self"
  173. },
  174. {
  175. "title": "文件上传",
  176. "href": "page/upload.html",
  177. "icon": "fa fa-arrow-up",
  178. "target": "_self"
  179. },
  180. {
  181. "title": "富文本编辑器",
  182. "href": "page/editor.html",
  183. "icon": "fa fa-edit",
  184. "target": "_self"
  185. },
  186. {
  187. "title": "省市县区选择器",
  188. "href": "page/area.html",
  189. "icon": "fa fa-rocket",
  190. "target": "_self"
  191. }
  192. ]
  193. },
  194. {
  195. "title": "其它管理",
  196. "icon": "fa fa-slideshare",
  197. "href": "",
  198. "target": "_self",
  199. "child": [
  200. {
  201. "title": "多级菜单",
  202. "href": "",
  203. "icon": "fa fa-meetup",
  204. "target": "",
  205. "child": [
  206. {
  207. "title": "按钮1",
  208. "href": "page/button.html?v=1",
  209. "icon": "fa fa-calendar",
  210. "target": "_self",
  211. "child": [
  212. {
  213. "title": "按钮2",
  214. "href": "page/button.html?v=2",
  215. "icon": "fa fa-snowflake-o",
  216. "target": "_self",
  217. "child": [
  218. {
  219. "title": "按钮3",
  220. "href": "page/button.html?v=3",
  221. "icon": "fa fa-snowflake-o",
  222. "target": "_self"
  223. },
  224. {
  225. "title": "表单4",
  226. "href": "page/form.html?v=1",
  227. "icon": "fa fa-calendar",
  228. "target": "_self"
  229. }
  230. ]
  231. }
  232. ]
  233. }
  234. ]
  235. },
  236. {
  237. "title": "失效菜单",
  238. "href": "page/error.html",
  239. "icon": "fa fa-superpowers",
  240. "target": "_self"
  241. }
  242. ]
  243. }
  244. ]
  245. }