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

124 lines
2.8 KiB

4 years ago
  1. {
  2. "apps": [
  3. {
  4. "id": "app_demo",
  5. "name": "应用7001",
  6. "icon": "http://localhost:7001/icon.png",
  7. "entry": "http://localhost:7001/",
  8. "menuBar": [
  9. {
  10. "name": "底1",
  11. "icon": "",
  12. "component": ["GlobalStateExample"]
  13. },
  14. {
  15. "name": "底2",
  16. "icon": "",
  17. "component": ["SlideExample"]
  18. },
  19. {
  20. "name": "弹窗",
  21. "icon": "",
  22. "component": ["kt_zzgl_datapackaging"]
  23. },
  24. {
  25. "name": "右1",
  26. "icon": "",
  27. "component": ["EventBusExample"]
  28. }
  29. ],
  30. "components": [
  31. {
  32. "name": "测试测试测试",
  33. "component": "testApp2",
  34. "icon": "icon-huojian",
  35. "segprefix": "tis-component-demo-2"
  36. },
  37. {
  38. "name": "地图设置",
  39. "component": "setting",
  40. "type": "config",
  41. "segprefix": "jjjj"
  42. }
  43. ]
  44. },
  45. {
  46. "id": "tis-component-demo",
  47. "name": "组件7002",
  48. "icon": "http://localhost:7001/icon.png",
  49. "entry": "http://localhost:7001/",
  50. "menuBar": [
  51. {
  52. "name": "战场监控",
  53. "icon": "",
  54. "component": ["testApp"]
  55. },
  56. {
  57. "name": "菜单2弹窗",
  58. "icon": "",
  59. "component": ["testConfig"]
  60. },
  61. {
  62. "name": "菜单3侧边&弹窗",
  63. "icon": "",
  64. "component": ["SlideExample", "kt_zzgl_datapackaging"]
  65. },
  66. {
  67. "name": "打包测试",
  68. "icon": "",
  69. "component": ["kt_zzgl_datapackaging"]
  70. }
  71. ]
  72. }
  73. ],
  74. "widgets": [
  75. {
  76. "name": "浮窗7002",
  77. "type": "widget",
  78. "id": "widget_demo_3",
  79. "position": "right",
  80. "自定义浮窗可以配置以下属性": "注释",
  81. "默认大小width和hegith": "注释",
  82. "width": 401,
  83. "height": 257,
  84. "isDraggable/isResizable是否可拖拽/调整大小": "注释",
  85. "isDraggable": true,
  86. "isResizable": true,
  87. "isTitle":false,
  88. "entry": "http://localhost:7002",
  89. "icon": "http://localhost:7002/icon.png"
  90. }
  91. ],
  92. "components": [
  93. {
  94. "name": "测试配置",
  95. "component": "testConfig",
  96. "type": "config",
  97. "configTitle": "测试配置设置",
  98. "segprefix": "TIS_COMPONET_EXAMPLE"
  99. },
  100. {
  101. "name": "地图设置",
  102. "component": "setting-map",
  103. "type": "config",
  104. "configTitle": "地图基础设置",
  105. "segprefix": "jjjj"
  106. },
  107. {
  108. "name": "筹划设置",
  109. "component": "setting-ch",
  110. "type": "config",
  111. "segprefix": "jjjj"
  112. },
  113. {
  114. "name": "打包测试",
  115. "component": "kt_zzgl_datapackaging",
  116. "segprefix": "KT_SJDB"
  117. }
  118. ]
  119. }