fengxiang
2018-08-14 769d84e98ce50ed168d26d2f6b82177b9c786685
菜单更新
3 files modified
55 ■■■■■ changed files
src/app/routes/grid-trace/grid-trace.component.html 2 ●●● patch | view | raw | blame | history
src/assets/app-data.json 51 ●●●●● patch | view | raw | blame | history
src/environments/environment.ts 2 ●●● patch | view | raw | blame | history
src/app/routes/grid-trace/grid-trace.component.html
@@ -1,5 +1,5 @@
<div class="content__title">
    <h1>网格溯源</h1>
    <h1>网格热点</h1>
</div>
<baidu-map #map [options]="options"  (loaded)="loadMap($event)"   style="display: block;height:400px;">
        <heatmap [dataset]="heatData" [options]="heatOption" (loaded)="loadHeatmap($event)"></heatmap>
src/assets/app-data.json
@@ -20,7 +20,7 @@
              "link": "/home-page"
            },
            {
              "text": "网格溯源",
              "text": "网格热点",
              "icon": "icon-support",
              "link": "/grid-trace"
            },
@@ -31,8 +31,23 @@
            },
            {
              "text": "环境管理",
              "icon": "icon-directions",
              "link": "/environment/management"
              "icon": "icon-wrench",
              "children": [
                  {
                    "text": "数据审核",
                    "link": "/operation/data-audit"
                  }
                  ,
                  {
                    "text": "设备状态",
                    "link": "/operation/device-controller"
                  }
                  ,
                  {
                    "text": "设备维护",
                    "link": "/operation/device-maintenance"
                  }
               ]
            },
            {
              "text": "污染管控",
@@ -73,21 +88,21 @@
              "text": "运维运营",
              "icon": "icon-wrench",
              "children": [
            {
                  "text": "数据审核",
                  "link": "/operation/data-audit"
                }
                ,
                {
                  "text": "设备状态",
                  "link": "/operation/device-controller"
                }
                ,
                {
                  "text": "设备维护",
                  "link": "/operation/device-maintenance"
                }
          ]
                  {
                    "text": "数据审核",
                    "link": "/operation/data-audit"
                  }
                  ,
                  {
                    "text": "设备状态",
                    "link": "/operation/device-controller"
                  }
                  ,
                  {
                    "text": "设备维护",
                    "link": "/operation/device-maintenance"
                  }
               ]
            }
          ]
        }
src/environments/environment.ts
@@ -9,5 +9,5 @@
    production: false,
    hmr: false,
    useHash: true,
    SERVER_BASH_URL: `http://127.0.0.1:8080/`
    SERVER_BASH_URL: `http://monitor-api2.7drlb.com/`
};