数据可视化大屏
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.

354 line
9.1KB

  1. {
  2. "app": {
  3. "name": "Alain",
  4. "description": "Ng-zorro admin panel front-end framework"
  5. },
  6. "user": {
  7. "name": "Admin",
  8. "avatar": "./assets/tmp/img/avatar.jpg",
  9. "email": "cipchk@qq.com"
  10. },
  11. "menu": [
  12. {
  13. "text": "主导航",
  14. "i18n": "menu.main",
  15. "group": true,
  16. "hideInBreadcrumb": true,
  17. "children": [
  18. {
  19. "text": "仪表盘",
  20. "i18n": "menu.dashboard",
  21. "icon": "anticon-dashboard",
  22. "children": [
  23. {
  24. "text": "仪表盘V1",
  25. "link": "/dashboard/v1",
  26. "i18n": "menu.dashboard.v1"
  27. },
  28. {
  29. "text": "分析页",
  30. "link": "/dashboard/analysis",
  31. "i18n": "menu.dashboard.analysis"
  32. },
  33. {
  34. "text": "监控页",
  35. "link": "/dashboard/monitor",
  36. "i18n": "menu.dashboard.monitor"
  37. },
  38. {
  39. "text": "工作台",
  40. "link": "/dashboard/workplace",
  41. "i18n": "menu.dashboard.workplace"
  42. }
  43. ]
  44. },
  45. {
  46. "text": "快捷菜单",
  47. "i18n": "menu.shortcut",
  48. "icon": "anticon-rocket",
  49. "shortcutRoot": true,
  50. "children": []
  51. },
  52. {
  53. "text": "小部件",
  54. "i18n": "menu.widgets",
  55. "link": "/widgets",
  56. "icon": "anticon-appstore",
  57. "badge": 2
  58. }
  59. ]
  60. },
  61. {
  62. "text": "Alain",
  63. "i18n": "menu.alain",
  64. "group": true,
  65. "hideInBreadcrumb": true,
  66. "children": [
  67. {
  68. "text": "样式",
  69. "i18n": "menu.style",
  70. "icon": "anticon-info",
  71. "children": [
  72. {
  73. "text": "Typography",
  74. "link": "/style/typography",
  75. "i18n": "menu.style.typography",
  76. "shortcut": true
  77. },
  78. {
  79. "text": "Grid Masonry",
  80. "link": "/style/gridmasonry",
  81. "i18n": "menu.style.gridmasonry"
  82. },
  83. {
  84. "text": "Colors",
  85. "link": "/style/colors",
  86. "i18n": "menu.style.colors"
  87. }
  88. ]
  89. },
  90. {
  91. "text": "Delon",
  92. "i18n": "menu.delon",
  93. "icon": "anticon-bulb",
  94. "children": [
  95. {
  96. "text": "Dynamic Form",
  97. "link": "/delon/form",
  98. "i18n": "menu.delon.form"
  99. },
  100. {
  101. "text": "Simple Table",
  102. "link": "/delon/st",
  103. "i18n": "menu.delon.table"
  104. },
  105. {
  106. "text": "Util",
  107. "link": "/delon/util",
  108. "i18n": "menu.delon.util",
  109. "acl": "role-a"
  110. },
  111. {
  112. "text": "Print",
  113. "link": "/delon/print",
  114. "i18n": "menu.delon.print",
  115. "acl": "role-b"
  116. },
  117. {
  118. "text": "QR",
  119. "link": "/delon/qr",
  120. "i18n": "menu.delon.qr"
  121. },
  122. {
  123. "text": "ACL",
  124. "link": "/delon/acl",
  125. "i18n": "menu.delon.acl"
  126. },
  127. {
  128. "text": "Route Guard",
  129. "link": "/delon/guard",
  130. "i18n": "menu.delon.guard"
  131. },
  132. {
  133. "text": "Cache",
  134. "link": "/delon/cache",
  135. "i18n": "menu.delon.cache"
  136. },
  137. {
  138. "text": "Down File",
  139. "link": "/delon/downfile",
  140. "i18n": "menu.delon.downfile"
  141. },
  142. {
  143. "text": "Xlsx",
  144. "link": "/delon/xlsx",
  145. "i18n": "menu.delon.xlsx"
  146. },
  147. {
  148. "text": "Zip",
  149. "link": "/delon/zip",
  150. "i18n": "menu.delon.zip"
  151. }
  152. ]
  153. }
  154. ]
  155. },
  156. {
  157. "text": "Pro",
  158. "i18n": "menu.pro",
  159. "group": true,
  160. "hideInBreadcrumb": true,
  161. "children": [
  162. {
  163. "text": "Form Page",
  164. "i18n": "menu.form",
  165. "link": "/pro/form",
  166. "icon": "anticon-edit",
  167. "children": [
  168. {
  169. "text": "Basic Form",
  170. "link": "/pro/form/basic-form",
  171. "i18n": "menu.form.basicform",
  172. "shortcut": true
  173. },
  174. {
  175. "text": "Step Form",
  176. "link": "/pro/form/step-form",
  177. "i18n": "menu.form.stepform"
  178. },
  179. {
  180. "text": "Advanced Form",
  181. "link": "/pro/form/advanced-form",
  182. "i18n": "menu.form.advancedform"
  183. }
  184. ]
  185. },
  186. {
  187. "text": "List",
  188. "i18n": "menu.list",
  189. "icon": "anticon-appstore",
  190. "children": [
  191. {
  192. "text": "Table List",
  193. "link": "/pro/list/table-list",
  194. "i18n": "menu.list.searchtable",
  195. "shortcut": true
  196. },
  197. {
  198. "text": "Basic List",
  199. "link": "/pro/list/basic-list",
  200. "i18n": "menu.list.basiclist"
  201. },
  202. {
  203. "text": "Card List",
  204. "link": "/pro/list/card-list",
  205. "i18n": "menu.list.cardlist"
  206. },
  207. {
  208. "text": "Search List",
  209. "i18n": "menu.list.searchlist",
  210. "children": [
  211. {
  212. "link": "/pro/list/articles",
  213. "i18n": "menu.list.searchlist.articles"
  214. },
  215. {
  216. "link": "/pro/list/projects",
  217. "i18n": "menu.list.searchlist.projects",
  218. "shortcut": true
  219. },
  220. {
  221. "link": "/pro/list/applications",
  222. "i18n": "menu.list.searchlist.applications"
  223. }
  224. ]
  225. }
  226. ]
  227. },
  228. {
  229. "text": "Profile",
  230. "i18n": "menu.profile",
  231. "icon": "anticon-profile",
  232. "children": [
  233. {
  234. "text": "Basic",
  235. "link": "/pro/profile/basic",
  236. "i18n": "menu.profile.basic"
  237. },
  238. {
  239. "text": "Advanced",
  240. "link": "/pro/profile/advanced",
  241. "i18n": "menu.profile.advanced",
  242. "shortcut": true
  243. }
  244. ]
  245. },
  246. {
  247. "text": "Result",
  248. "i18n": "menu.result",
  249. "icon": "anticon-check-circle",
  250. "children": [
  251. {
  252. "text": "Success",
  253. "link": "/pro/result/success",
  254. "i18n": "menu.result.success"
  255. },
  256. {
  257. "text": "Fail",
  258. "link": "/pro/result/fail",
  259. "i18n": "menu.result.fail"
  260. }
  261. ]
  262. },
  263. {
  264. "text": "Exception",
  265. "i18n": "menu.exception",
  266. "link": "/",
  267. "icon": "anticon-exception",
  268. "children": [
  269. {
  270. "text": "403",
  271. "link": "/exception/403",
  272. "i18n": "menu.exception.not-permission",
  273. "reuse": false
  274. },
  275. {
  276. "text": "404",
  277. "link": "/exception/404",
  278. "i18n": "menu.exception.not-find",
  279. "reuse": false
  280. },
  281. {
  282. "text": "500",
  283. "link": "/exception/500",
  284. "i18n": "menu.exception.server-error",
  285. "reuse": false
  286. }
  287. ]
  288. },
  289. {
  290. "text": "Account",
  291. "i18n": "menu.account",
  292. "icon": "anticon-user",
  293. "children": [
  294. {
  295. "text": "center",
  296. "link": "/pro/account/center",
  297. "i18n": "menu.account.center"
  298. },
  299. {
  300. "text": "settings",
  301. "link": "/pro/account/settings",
  302. "i18n": "menu.account.settings"
  303. }
  304. ]
  305. }
  306. ]
  307. },
  308. {
  309. "text": "More",
  310. "i18n": "menu.more",
  311. "group": true,
  312. "hideInBreadcrumb": true,
  313. "children": [
  314. {
  315. "text": "Report",
  316. "i18n": "menu.report",
  317. "icon": "anticon-cloud",
  318. "children": [
  319. {
  320. "text": "Relation",
  321. "link": "/data-v/relation",
  322. "i18n": "menu.report.relation",
  323. "reuse": false
  324. }
  325. ]
  326. },
  327. {
  328. "text": "Extras",
  329. "i18n": "menu.extras",
  330. "link": "/extras",
  331. "icon": "anticon-link",
  332. "children": [
  333. {
  334. "text": "Help Center",
  335. "link": "/extras/helpcenter",
  336. "i18n": "menu.extras.helpcenter"
  337. },
  338. {
  339. "text": "Settings",
  340. "link": "/extras/settings",
  341. "i18n": "menu.extras.settings"
  342. },
  343. {
  344. "text": "Poi",
  345. "link": "/extras/poi",
  346. "i18n": "menu.extras.poi"
  347. }
  348. ]
  349. }
  350. ]
  351. }
  352. ]
  353. }