|
|
@@ -0,0 +1,307 @@
|
|
|
+<script>
|
|
|
+ var navList = [
|
|
|
+ {
|
|
|
+ "id": 1,
|
|
|
+ "title": "首页",
|
|
|
+ "icon": "",
|
|
|
+ "url": "map",
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 2,
|
|
|
+ "title": "设备分配",
|
|
|
+ "icon": "",
|
|
|
+ "url": "equipallot",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3,
|
|
|
+ "title": "信息发布",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 3.1,
|
|
|
+ "title": "新闻资讯",
|
|
|
+ "url": "news_pub",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3.2,
|
|
|
+ "title": "视频资讯",
|
|
|
+ "url": "video_pub",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3.2,
|
|
|
+ "title": "产品展厅",
|
|
|
+ "url": "equip_pub",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3.3,
|
|
|
+ "title": "四季采摘",
|
|
|
+ "url": "garden_pub",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3.4,
|
|
|
+ "title": "民宿导览",
|
|
|
+ "url": "dorm_pub",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3.5,
|
|
|
+ "title": "旅游景点",
|
|
|
+ "url": "sightsee_pub",
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 4,
|
|
|
+ "title": "我的发布",
|
|
|
+ "icon": "",
|
|
|
+ "url": "my_pub",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 5,
|
|
|
+ "title": "视频监控",
|
|
|
+ "icon": "",
|
|
|
+ "url": "jkview",
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 6,
|
|
|
+ "title": "传感及控制",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 6.1,
|
|
|
+ "title": "控制模块",
|
|
|
+ "url": "qxzcontrol",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 6.2,
|
|
|
+ "title": "趋势分析",
|
|
|
+ "url": "qxzchart",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 6.3,
|
|
|
+ "title": "数据统计",
|
|
|
+ "url": "qxz_status",
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 7,
|
|
|
+ "title": "预警中心",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 7.1,
|
|
|
+ "title": "阈值设置",
|
|
|
+ "url": "qxz_warning_view",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 7.2,
|
|
|
+ "title": "生产方式设置",
|
|
|
+ "url": "productionset",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 7.3,
|
|
|
+ "title": "预警记录",
|
|
|
+ "url": "qxz_warning_list",
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8,
|
|
|
+ "title": "开心农场",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 8.1,
|
|
|
+ "title": "我的农场",
|
|
|
+ "url": "person_farm_edit",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8.2,
|
|
|
+ "title": "农场管理",
|
|
|
+ "url": "garden_manage_view",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8.3,
|
|
|
+ "title": "人员管理",
|
|
|
+ "url": "garden_user_view",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8.4,
|
|
|
+ "title": "库存管理",
|
|
|
+ "url": "repertory_view", //物料管理
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8.5,
|
|
|
+ "title": "种植管理",
|
|
|
+ "url": "cropcount",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8.6,
|
|
|
+ "title": "入库管理",
|
|
|
+ "url": "pick",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 8.7,
|
|
|
+ "title": "销售管理",
|
|
|
+ "url": "sell_view",
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 9,
|
|
|
+ "title": "数据中心",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 9.1,
|
|
|
+ "title": "产业数据",
|
|
|
+ "url": "industrydata",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 9.2,
|
|
|
+ "title": "类型分析",
|
|
|
+ "url": "type",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 9.3,
|
|
|
+ "title": "对比分析",
|
|
|
+ "url": "contrast",
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 10,
|
|
|
+ "title": "通知公告",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 10.1,
|
|
|
+ "title": "发布公告",
|
|
|
+ "url": "policy_pub",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 10.2,
|
|
|
+ "title": "查看公告",
|
|
|
+ "url": "policy_list_view",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 11,
|
|
|
+ "title": "信息审核",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 11.1,
|
|
|
+ "title": "新闻资讯",
|
|
|
+ "url": "news_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "id": 11.2,
|
|
|
+ "title": "视频资讯",
|
|
|
+ "url": "video_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 11.3,
|
|
|
+ "title": "产品展厅",
|
|
|
+ "url": "equip_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 11.4,
|
|
|
+ "title": "四季采摘",
|
|
|
+ "url": "garden_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 11.5,
|
|
|
+ "title": "民宿导览",
|
|
|
+ "url": "dorm_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 11.6,
|
|
|
+ "title": "旅游景点",
|
|
|
+ "url": "sightsee_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 11.7,
|
|
|
+ "title": "个人农场",
|
|
|
+ "url": "farm_check",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 12,
|
|
|
+ "title": "权限",
|
|
|
+ "icon": "",
|
|
|
+ "url": "limit_view",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 13,
|
|
|
+ "title": "系统设置",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 13.1,
|
|
|
+ "title": "用户管理",
|
|
|
+ "url": "person_view",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 13.2,
|
|
|
+ "title": "修改密码",
|
|
|
+ "url": "policy_list_view",
|
|
|
+ "disabled": "true",
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 14,
|
|
|
+ "title": "专家诊断",
|
|
|
+ "icon": "",
|
|
|
+ "url": "",
|
|
|
+ "disabled": "true",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "id": 14.1,
|
|
|
+ "title": "在线专家",
|
|
|
+ "url": "expert",
|
|
|
+ "disabled": "true",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 14.2,
|
|
|
+ "title": "知识库",
|
|
|
+ "url": "learning_depot",
|
|
|
+ "disabled": "true",
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ ]
|
|
|
+</script>
|