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

174 lines
5.6 KiB

4 years ago
  1. {
  2. "desk": {
  3. "prefix": "TISYWGL",
  4. "segprefix": "TIS_XTKT",
  5. "menuBar": [
  6. {
  7. "name": "系统用户管理",
  8. "component": [],
  9. "ifOpenNewUrl": false,
  10. "tip": "提示",
  11. "icon": "fa-address-book-o",
  12. "ifSelfAComponent": false,
  13. "selfComponent": "",
  14. "submenu": [
  15. {
  16. "name": "信息维护",
  17. "ifOpenNewUrl": false,
  18. "component": [
  19. "tis_yhgl_jbxxwh"
  20. ],
  21. "url": "",
  22. "tip": "",
  23. "icon": "fa-address-card-o",
  24. "ifSelfAComponent": false,
  25. "selfComponent": ""
  26. }
  27. ]
  28. },
  29. {
  30. "name": "任务数据包管理",
  31. "ifOpenNewUrl": false,
  32. "component": [
  33. "tis_xtkt_rwsjbgl"
  34. ],
  35. "url": "",
  36. "tip": "",
  37. "icon": "fa-outdent",
  38. "ifSelfAComponent": false,
  39. "selfComponent": ""
  40. },
  41. {
  42. "name": "应用框架示例",
  43. "id": "TIS_APP_FRAME",
  44. "icon": "/TIS_APP_FRAME/icon.png",
  45. "entry": "/TIS_APP_FRAME/",
  46. "type": "app",
  47. "default": false,
  48. "version": "2"
  49. },
  50. {
  51. "id": "app_1",
  52. "name": "主界面应用",
  53. "entry": "http://localhost:8002/TIS_DEFAULT_APP/",
  54. "icon": "http://localhost:8002/TIS_DEFAULT_APP/icon.png",
  55. "type": "app",
  56. "component":["a","b","c"],
  57. "default": false,
  58. "version": "2"
  59. },
  60. {
  61. "id": "app_demo",
  62. "name": "示例应用",
  63. "icon": "http://localhost:7000/icon.png",
  64. "entry": "http://localhost:7000/",
  65. "type": "app",
  66. "default": false,
  67. "component":["a"],
  68. "version": "2"
  69. },
  70. {
  71. "id": "app_demo",
  72. "name": "浮窗应用",
  73. "icon": "http://localhost:7000/icon.png",
  74. "entry": "http://localhost:7000/",
  75. "type": "widget",
  76. "default": false,
  77. "component":["b"],
  78. "version": "2"
  79. }
  80. ],
  81. "components": [
  82. {
  83. "name": "任务数据包管理",
  84. "component": "tis_xtkt_rwsjbgl",
  85. "type": "PopupWidget",
  86. "style": "large",
  87. "tip": "提示",
  88. "icon": "fa-outdent",
  89. "active": false,
  90. "isDrag": true,
  91. "isResize": true,
  92. "isOpenSplitScreen": true,
  93. "fullScreen": true,
  94. "componentArgs": 1
  95. },
  96. {
  97. "name": "组件测试用例",
  98. "component": "testApp",
  99. "icon": "icon-huojian",
  100. "segprefix": "TIS_COMPONET_EXAMPLE",
  101. "dependencies": [
  102. "tis-component-demo-2"
  103. ],
  104. "version": "2.00.01"
  105. }
  106. ]
  107. },
  108. "mobile": {
  109. "prefix": "TISYWGL",
  110. "segprefix": "TIS_XTKT",
  111. "menuBar": [
  112. {
  113. "name": "系统用户管理",
  114. "component": [],
  115. "ifOpenNewUrl": false,
  116. "tip": "提示",
  117. "icon": "fa-address-book-o",
  118. "ifSelfAComponent": false,
  119. "selfComponent": "",
  120. "submenu": [
  121. {
  122. "name": "信息维护",
  123. "ifOpenNewUrl": false,
  124. "component": [
  125. "tis_yhgl_jbxxwh"
  126. ],
  127. "url": "",
  128. "tip": "",
  129. "icon": "fa-address-card-o",
  130. "ifSelfAComponent": false,
  131. "selfComponent": ""
  132. }
  133. ]
  134. },
  135. {
  136. "name": "任务数据包管理",
  137. "ifOpenNewUrl": false,
  138. "component": [
  139. "tis_xtkt_rwsjbgl"
  140. ],
  141. "url": "",
  142. "tip": "",
  143. "icon": "fa-outdent",
  144. "ifSelfAComponent": false,
  145. "selfComponent": ""
  146. },
  147. {
  148. "name": "组件测试用例",
  149. "component": "testApp",
  150. "icon": "icon-huojian",
  151. "segprefix": "TIS_COMPONET_EXAMPLE",
  152. "dependencies": [
  153. "tis-component-demo-2"
  154. ],
  155. "version": "2.00.01"
  156. }
  157. ],
  158. "components": [
  159. {
  160. "name": "任务数据包管理",
  161. "component": "tis_xtkt_rwsjbgl",
  162. "type": "PopupWidget",
  163. "style": "large",
  164. "tip": "提示",
  165. "icon": "fa-outdent",
  166. "active": false,
  167. "isDrag": true,
  168. "isResize": true,
  169. "isOpenSplitScreen": true,
  170. "fullScreen": true,
  171. "componentArgs": 1
  172. }
  173. ]
  174. }
  175. }