1、自动补传功能

This commit is contained in:
weidong 2023-12-22 17:27:05 +08:00
parent bcba29a101
commit 8d90369c3a

View File

@ -41,6 +41,12 @@
} }
] ]
}, },
{
"title": "运行状态",
"href": "page/gnss_status",
"icon": "fa fa-tachometer",
"target": "_self"
},
{ {
"title": "配置管理", "title": "配置管理",
"href": "", "href": "",
@ -95,29 +101,9 @@
}, },
{ {
"title": "解算结果", "title": "解算结果",
"href": "", "href": "page/gnss_data_calc",
"icon": "fa fa-file-text-o", "icon": "fa fa-file-text-o",
"target": "_self", "target": "_self"
"child": [
{
"title": "消息摘要",
"href": "page/gnss_msg",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "状态消息",
"href": "page/gnss_msg_status",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "统计消息",
"href": "page/gnss_msg_trx",
"icon": "fa fa-minus",
"target": "_self"
}
]
} }
] ]
}, },