1、更新主页面
This commit is contained in:
parent
2664ac75b8
commit
ccd8d35744
@ -21,6 +21,12 @@
|
|||||||
"icon": "fa fa-home",
|
"icon": "fa fa-home",
|
||||||
"target": "_self"
|
"target": "_self"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "运行状态",
|
||||||
|
"href": "page/gnss_status",
|
||||||
|
"icon": "fa fa-tachometer",
|
||||||
|
"target": "_self"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "告警管理",
|
"title": "告警管理",
|
||||||
"href": "",
|
"href": "",
|
||||||
@ -42,148 +48,60 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "北斗",
|
"title": "解算结果",
|
||||||
"href": "",
|
"href": "page/gnss_data_calc",
|
||||||
"icon": "fa fa-star-o",
|
"icon": "fa fa-calculator",
|
||||||
"target": "",
|
"target": "_self"
|
||||||
"child": [
|
|
||||||
{
|
|
||||||
"title": "运行状态",
|
|
||||||
"href": "page/gnss_status",
|
|
||||||
"icon": "fa fa-tachometer",
|
|
||||||
"target": "_self"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "配置管理",
|
|
||||||
"href": "",
|
|
||||||
"icon": "fa fa-gear",
|
|
||||||
"target": "_self",
|
|
||||||
"child": [
|
|
||||||
{
|
|
||||||
"title": "通用参数",
|
|
||||||
"href": "page/gnss_group_cfg",
|
|
||||||
"icon": "fa fa-minus",
|
|
||||||
"target": "_self"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "设备参数",
|
|
||||||
"href": "page/gnss_dev_cfg",
|
|
||||||
"icon": "fa fa-minus",
|
|
||||||
"target": "_self"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "命令行",
|
|
||||||
"href": "page/cmd_line",
|
|
||||||
"icon": "fa fa-minus",
|
|
||||||
"target": "_self"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "设备消息",
|
|
||||||
"href": "",
|
|
||||||
"icon": "fa fa-file-text-o",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "测斜仪",
|
"title": "配置管理",
|
||||||
"href": "",
|
"href": "",
|
||||||
"icon": "fa fa-area-chart",
|
"icon": "fa fa-gear",
|
||||||
"target": "",
|
"target": "_self",
|
||||||
"child": [
|
"child": [
|
||||||
{
|
{
|
||||||
"title": "运行状态",
|
"title": "通用参数",
|
||||||
"href": "",
|
"href": "page/gnss_group_cfg",
|
||||||
"icon": "fa fa-tachometer",
|
"icon": "fa fa-minus",
|
||||||
"target": "_self"
|
"target": "_self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "配置管理",
|
"title": "设备参数",
|
||||||
"href": "",
|
"href": "page/gnss_dev_cfg",
|
||||||
"icon": "fa fa-gear",
|
"icon": "fa fa-minus",
|
||||||
|
"target": "_self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "命令行",
|
||||||
|
"href": "page/cmd_line",
|
||||||
|
"icon": "fa fa-minus",
|
||||||
"target": "_self"
|
"target": "_self"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "光伏DTU",
|
"title": "设备消息",
|
||||||
"href": "",
|
"href": "",
|
||||||
"icon": "fa fa-sun-o",
|
"icon": "fa fa-file-text-o",
|
||||||
"target": "",
|
"target": "_self",
|
||||||
"child": [
|
"child": [
|
||||||
{
|
{
|
||||||
"title": "运行状态",
|
"title": "消息摘要",
|
||||||
"href": "",
|
"href": "page/gnss_msg",
|
||||||
"icon": "fa fa-tachometer",
|
"icon": "fa fa-minus",
|
||||||
"target": "_self"
|
"target": "_self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "配置管理",
|
"title": "状态消息",
|
||||||
"href": "",
|
"href": "page/gnss_msg_status",
|
||||||
"icon": "fa fa-gear",
|
"icon": "fa fa-minus",
|
||||||
"target": "_self",
|
"target": "_self"
|
||||||
"child": [
|
|
||||||
{
|
|
||||||
"title": "通用参数",
|
|
||||||
"href": "",
|
|
||||||
"icon": "fa fa-minus",
|
|
||||||
"target": "_self"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "设备参数",
|
|
||||||
"href": "",
|
|
||||||
"icon": "fa fa-minus",
|
|
||||||
"target": "_self"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "设备消息",
|
"title": "统计消息",
|
||||||
"href": "",
|
"href": "page/gnss_msg_trx",
|
||||||
"icon": "fa fa-file-text-o",
|
"icon": "fa fa-minus",
|
||||||
"target": "_self",
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -220,40 +138,6 @@
|
|||||||
"target": "_self"
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<div class="layuimini-container layuimini-page-anim">
|
<div class="layuimini-container layuimini-page-anim">
|
||||||
<div class="layuimini-main welcome">
|
<div class="layuimini-main welcome">
|
||||||
<div class="layui-row layui-col-space15">
|
<div class="layui-row layui-col-space15">
|
||||||
<div class="layui-col-xs12 layui-col-md4">
|
<div class="layui-col-xs12 layui-col-md6">
|
||||||
|
|
||||||
<div class="layui-card top-panel">
|
<div class="layui-card top-panel">
|
||||||
<div class="layui-card-header">设备数量</div>
|
<div class="layui-card-header">设备数量</div>
|
||||||
@ -42,18 +42,18 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-col-xs12 layui-col-md4">
|
<div class="layui-col-xs12 layui-col-md6">
|
||||||
|
|
||||||
<div class="layui-card top-panel">
|
<div class="layui-card top-panel">
|
||||||
<div class="layui-card-header">告警统计</div>
|
<div class="layui-card-header">告警统计</div>
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
<div class="layui-row layui-col-space5">
|
<div class="layui-row layui-col-space5">
|
||||||
<div class="layui-col-xs9 layui-col-md8 top-panel-number">
|
<div class="layui-col-xs9 layui-col-md8 top-panel-number">
|
||||||
<a style="color: #1aa094">告警总数</a><br>
|
<a style="color: #1aa094">20</a><br>
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-col-xs3 layui-col-md4">
|
<div class="layui-col-xs3 layui-col-md4">
|
||||||
严重 <a style="color: #bd3004">2040</a><br>
|
严重 <a style="color: #bd3004">5</a><br>
|
||||||
一般 <a style="color: #C0C0C0">2020</a>
|
一般 <a style="color: #C0C0C0">20</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user