1、自动补传功能

This commit is contained in:
weidong 2023-12-22 18:10:42 +08:00
parent 8d90369c3a
commit 2664ac75b8

View File

@ -4,7 +4,7 @@
"href": "page/device_overview"
},
"logoInfo": {
"title": "北斗管理平台",
"title": "形变监测平台",
"image": "images/logo.png",
"href": ""
},
@ -16,7 +16,7 @@
"target": "_self",
"child": [
{
"title": "首页",
"title": "设备总览",
"href": "page/device_overview",
"icon": "fa fa-home",
"target": "_self"
@ -41,6 +41,12 @@
}
]
},
{
"title": "北斗",
"href": "",
"icon": "fa fa-star-o",
"target": "",
"child": [
{
"title": "运行状态",
"href": "page/gnss_status",
@ -98,12 +104,88 @@
"target": "_self"
}
]
}
]
},
{
"title": "解算结果",
"href": "page/gnss_data_calc",
"icon": "fa fa-file-text-o",
"title": "测斜仪",
"href": "",
"icon": "fa fa-area-chart",
"target": "",
"child": [
{
"title": "运行状态",
"href": "",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "配置管理",
"href": "",
"icon": "fa fa-gear",
"target": "_self"
}
]
},
{
"title": "光伏DTU",
"href": "",
"icon": "fa fa-sun-o",
"target": "",
"child": [
{
"title": "运行状态",
"href": "",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "配置管理",
"href": "",
"icon": "fa fa-gear",
"target": "_self",
"child": [
{
"title": "通用参数",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "设备参数",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
}
]
},
{
"title": "设备消息",
"href": "",
"icon": "fa fa-file-text-o",
"target": "_self",
"child": [
{
"title": "消息摘要",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "状态消息",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "统计消息",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
}
]
}
]
}
]
},
@ -138,6 +220,40 @@
"target": "_self"
}
]
},
{
"title": "监测数据",
"icon": "fa fa-slideshare",
"href": "",
"target": "_self",
"child": [
{
"title": "北斗",
"href": "",
"icon": "fa fa-star-o",
"target": "",
"child": [
{
"title": "解算结果",
"href": "page/gnss_data_calc",
"icon": "fa fa-calculator",
"target": "_self"
},
{
"title": "原始数据",
"href": "page/gnss_data_raw",
"icon": "fa fa-database",
"target": "_self"
}
]
},
{
"title": "测斜仪",
"href": "",
"icon": "fa fa-area-chart",
"target": "_self"
}
]
}
]
}