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

199 lines
6.2 KiB

{
"apps": [
{
"id": "app_1",
"name": "主界面应用",
"entry": "http://localhost:8002/TIS_DEFAULT_APP/",
"icon": "http://localhost:8002/TIS_DEFAULT_APP/icon.png"
},
{
"id": "app_demo1",
"name": "示例应用",
"icon": "http://localhost:7000/icon.png",
"entry": "http://localhost:7000/"
},
{
"id": "tis-component-demo2",
"name": "组件demo",
"icon": "http://localhost:7001/icon.png",
"entry": "http://localhost:7001/"
},
{
"id": "app_demo",
"name": "应用7000",
"icon": "http://localhost:7000/icon.png",
"entry": "http://localhost:7000/",
"menuBar": [
{
"name": "战场监控",
"icon": "",
"component": ["SlideExample"]
},
{
"name": "菜单2弹窗",
"icon": "",
"component": ["kt_zzgl_datapackaging"]
},
{
"name": "菜单3侧边&弹窗",
"icon": "",
"component": ["SlideExample", "kt_zzgl_datapackaging"]
},
{
"name": "打包测试",
"icon": "",
"component": ["kt_zzgl_datapackaging"]
},
{
"name": "战场监控",
"icon": "",
"component": ["SlideExample"]
},
{
"name": "菜单2弹窗",
"icon": "",
"component": ["kt_zzgl_datapackaging"]
},
{
"name": "菜单3侧边&弹窗",
"icon": "",
"component": ["SlideExample", "kt_zzgl_datapackaging"]
},
{
"name": "打包测试",
"icon": "",
"component": ["kt_zzgl_datapackaging"]
}
],
"components": [
{
"name": "测试测试测试",
"component": "testApp2",
"icon": "icon-huojian",
"segprefix": "tis-component-demo-2"
},
{
"name": "地图设置",
"component": "setting",
"type": "config",
"segprefix": "jjjj"
}
]
},
{
"id": "tis-component-demo",
"name": "组件7001",
"icon": "http://localhost:7001/icon.png",
"entry": "http://localhost:7001/",
"menuBar": [
{
"name": "战场监控",
"icon": "",
"component": ["testApp"]
},
{
"name": "菜单2弹窗",
"icon": "",
"component": ["testConfig"]
},
{
"name": "菜单3侧边&弹窗",
"icon": "",
"component": ["SlideExample", "kt_zzgl_datapackaging"]
},
{
"name": "打包测试",
"icon": "",
"component": ["kt_zzgl_datapackaging"]
}
]
},
{
"id": "tis-component-demo1",
"name": "组件700123",
"icon": "http://localhost:7001/icon.png",
"entry": "http://localhost:7001/",
"menuBar": [
{
"name": "战场监控",
"icon": "",
"component": ["testApp"]
},
{
"name": "菜单2弹窗",
"icon": "",
"component": ["testConfig"]
},
{
"name": "菜单3侧边&弹窗",
"icon": "",
"component": ["SlideExample", "kt_zzgl_datapackaging"]
},
{
"name": "打包测试",
"icon": "",
"component": ["kt_zzgl_datapackaging"]
}
]
}
],
"widgets":[
{
"name": "浮窗(自定义)",
"type": "widget",
"id": "widget_demo_3",
"position": "custom",
"自定义浮窗可以配置以下属性": "注释",
"默认大小width和hegith": "注释",
"width": 401,
"height": 257,
"isDraggable/isResizable是否可拖拽/调整大小": "注释",
"isDraggable": true,
"isResizable": true,
"entry": "http://localhost:7003",
"icon": "http://localhost:7003/icon.png",
"component":[]
},
{
"name": "浮窗标准",
"type": "widget",
"id": "widget_demo_4",
"position": "right",
"自定义浮窗可以配置以下属性": "注释",
"默认大小width和hegith": "注释",
"width": 401,
"height": 257,
"isDraggable/isResizable是否可拖拽/调整大小": "注释",
"isDraggable": true,
"isResizable": true,
"entry": "http://localhost:7002",
"icon": "http://localhost:7002/icon.png",
"component":[]
}
],
"components":[
{
"name": "组件测试用例",
"component": "testApp",
"icon": "icon-huojian",
"segprefix": "TIS_COMPONET_EXAMPLE",
"dependencies": ["tis-component-demo-2"]
},
{
"name": "组件测试用例2",
"component": "testApp2",
"icon": "icon-huojian",
"segprefix": "tis-component-demo-2"
}
]
}