框架源码
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.

198 lines
6.2 KiB

4 years ago
  1. {
  2. "apps": [
  3. {
  4. "id": "app_1",
  5. "name": "主界面应用",
  6. "entry": "http://localhost:8002/TIS_DEFAULT_APP/",
  7. "icon": "http://localhost:8002/TIS_DEFAULT_APP/icon.png"
  8. },
  9. {
  10. "id": "app_demo1",
  11. "name": "示例应用",
  12. "icon": "http://localhost:7000/icon.png",
  13. "entry": "http://localhost:7000/"
  14. },
  15. {
  16. "id": "tis-component-demo2",
  17. "name": "组件demo",
  18. "icon": "http://localhost:7001/icon.png",
  19. "entry": "http://localhost:7001/"
  20. },
  21. {
  22. "id": "app_demo",
  23. "name": "应用7000",
  24. "icon": "http://localhost:7000/icon.png",
  25. "entry": "http://localhost:7000/",
  26. "menuBar": [
  27. {
  28. "name": "战场监控",
  29. "icon": "",
  30. "component": ["SlideExample"]
  31. },
  32. {
  33. "name": "菜单2弹窗",
  34. "icon": "",
  35. "component": ["kt_zzgl_datapackaging"]
  36. },
  37. {
  38. "name": "菜单3侧边&弹窗",
  39. "icon": "",
  40. "component": ["SlideExample", "kt_zzgl_datapackaging"]
  41. },
  42. {
  43. "name": "打包测试",
  44. "icon": "",
  45. "component": ["kt_zzgl_datapackaging"]
  46. },
  47. {
  48. "name": "战场监控",
  49. "icon": "",
  50. "component": ["SlideExample"]
  51. },
  52. {
  53. "name": "菜单2弹窗",
  54. "icon": "",
  55. "component": ["kt_zzgl_datapackaging"]
  56. },
  57. {
  58. "name": "菜单3侧边&弹窗",
  59. "icon": "",
  60. "component": ["SlideExample", "kt_zzgl_datapackaging"]
  61. },
  62. {
  63. "name": "打包测试",
  64. "icon": "",
  65. "component": ["kt_zzgl_datapackaging"]
  66. }
  67. ],
  68. "components": [
  69. {
  70. "name": "测试测试测试",
  71. "component": "testApp2",
  72. "icon": "icon-huojian",
  73. "segprefix": "tis-component-demo-2"
  74. },
  75. {
  76. "name": "地图设置",
  77. "component": "setting",
  78. "type": "config",
  79. "segprefix": "jjjj"
  80. }
  81. ]
  82. },
  83. {
  84. "id": "tis-component-demo",
  85. "name": "组件7001",
  86. "icon": "http://localhost:7001/icon.png",
  87. "entry": "http://localhost:7001/",
  88. "menuBar": [
  89. {
  90. "name": "战场监控",
  91. "icon": "",
  92. "component": ["testApp"]
  93. },
  94. {
  95. "name": "菜单2弹窗",
  96. "icon": "",
  97. "component": ["testConfig"]
  98. },
  99. {
  100. "name": "菜单3侧边&弹窗",
  101. "icon": "",
  102. "component": ["SlideExample", "kt_zzgl_datapackaging"]
  103. },
  104. {
  105. "name": "打包测试",
  106. "icon": "",
  107. "component": ["kt_zzgl_datapackaging"]
  108. }
  109. ]
  110. },
  111. {
  112. "id": "tis-component-demo1",
  113. "name": "组件700123",
  114. "icon": "http://localhost:7001/icon.png",
  115. "entry": "http://localhost:7001/",
  116. "menuBar": [
  117. {
  118. "name": "战场监控",
  119. "icon": "",
  120. "component": ["testApp"]
  121. },
  122. {
  123. "name": "菜单2弹窗",
  124. "icon": "",
  125. "component": ["testConfig"]
  126. },
  127. {
  128. "name": "菜单3侧边&弹窗",
  129. "icon": "",
  130. "component": ["SlideExample", "kt_zzgl_datapackaging"]
  131. },
  132. {
  133. "name": "打包测试",
  134. "icon": "",
  135. "component": ["kt_zzgl_datapackaging"]
  136. }
  137. ]
  138. }
  139. ],
  140. "widgets":[
  141. {
  142. "name": "浮窗(自定义)",
  143. "type": "widget",
  144. "id": "widget_demo_3",
  145. "position": "custom",
  146. "自定义浮窗可以配置以下属性": "注释",
  147. "默认大小width和hegith": "注释",
  148. "width": 401,
  149. "height": 257,
  150. "isDraggable/isResizable是否可拖拽/调整大小": "注释",
  151. "isDraggable": true,
  152. "isResizable": true,
  153. "entry": "http://localhost:7003",
  154. "icon": "http://localhost:7003/icon.png",
  155. "component":[]
  156. },
  157. {
  158. "name": "浮窗标准",
  159. "type": "widget",
  160. "id": "widget_demo_4",
  161. "position": "right",
  162. "自定义浮窗可以配置以下属性": "注释",
  163. "默认大小width和hegith": "注释",
  164. "width": 401,
  165. "height": 257,
  166. "isDraggable/isResizable是否可拖拽/调整大小": "注释",
  167. "isDraggable": true,
  168. "isResizable": true,
  169. "entry": "http://localhost:7002",
  170. "icon": "http://localhost:7002/icon.png",
  171. "component":[]
  172. }
  173. ],
  174. "components":[
  175. {
  176. "name": "组件测试用例",
  177. "component": "testApp",
  178. "icon": "icon-huojian",
  179. "segprefix": "TIS_COMPONET_EXAMPLE",
  180. "dependencies": ["tis-component-demo-2"]
  181. },
  182. {
  183. "name": "组件测试用例2",
  184. "component": "testApp2",
  185. "icon": "icon-huojian",
  186. "segprefix": "tis-component-demo-2"
  187. }
  188. ]
  189. }