6 files added
3 files modified
New file |
| | |
| | | <div class="content__title">
|
| | | <h1>Page Name</h1>
|
| | | </div>
|
| | | <pro-header [title]="'Page Name'"></pro-header>
|
New file |
| | |
| | | import { Component, OnInit } from '@angular/core';
|
| | | import { _HttpClient } from '@delon/theme';
|
| | |
|
| | | @Component({
|
| | | selector: 'app-image-grabbing',
|
| | | templateUrl: './image-grabbing.component.html',
|
| | | })
|
| | | export class ImageGrabbingComponent implements OnInit {
|
| | |
|
| | | constructor(
|
| | | private http: _HttpClient
|
| | | ) { }
|
| | |
|
| | | ngOnInit() {
|
| | | }
|
| | |
|
| | | }
|
New file |
| | |
| | | <div class="content__title">
|
| | | <h1>Page Name</h1>
|
| | | </div>
|
| | | <pro-header [title]="'Page Name'"></pro-header>
|
New file |
| | |
| | | import { Component, OnInit } from '@angular/core';
|
| | | import { _HttpClient } from '@delon/theme';
|
| | |
|
| | | @Component({
|
| | | selector: 'app-real-time',
|
| | | templateUrl: './real-time.component.html',
|
| | | })
|
| | | export class RealTimeComponent implements OnInit {
|
| | |
|
| | | constructor(
|
| | | private http: _HttpClient
|
| | | ) { }
|
| | |
|
| | | ngOnInit() {
|
| | | }
|
| | |
|
| | | }
|
New file |
| | |
| | | <div class="content__title">
|
| | | <h1>Page Name</h1>
|
| | | </div>
|
| | | <pro-header [title]="'Page Name'"></pro-header>
|
New file |
| | |
| | | import { Component, OnInit } from '@angular/core';
|
| | | import { _HttpClient } from '@delon/theme';
|
| | |
|
| | | @Component({
|
| | | selector: 'app-statistical-query',
|
| | | templateUrl: './statistical-query.component.html',
|
| | | })
|
| | | export class StatisticalQueryComponent implements OnInit {
|
| | |
|
| | | constructor(
|
| | | private http: _HttpClient
|
| | | ) { }
|
| | |
|
| | | ngOnInit() {
|
| | | }
|
| | |
|
| | | }
|
| | |
| | | import { PollutionManagementComponent } from 'app/routes/pollution/management/management.component'; |
| | | import { EnvironmentManagementComponent } from 'app/routes/environment/management/management.component'; |
| | | import { GridTraceComponent } from './grid-trace/grid-trace.component'; |
| | | import { ImageGrabbingComponent } from './raise-dust/image-grabbing/image-grabbing.component'; |
| | | import { SandTableComponent } from './sand-table/sand-table.component'; |
| | | import { RaiseDustComponent } from './raise-dust/raise-dust.component'; |
| | | import { RealTimeComponent } from './raise-dust/real-time/real-time.component'; |
| | | import { StatisticalQueryComponent } from './raise-dust/statistical-query/statistical-query.component'; |
| | | |
| | | const routes: Routes = [ |
| | | { |
| | |
| | | }, |
| | | { path: 'sand-table', component: SandTableComponent }, |
| | | { path: 'raise-dust', component: RaiseDustComponent }, |
| | | { path: 'raise-dust/real-time', component: RealTimeComponent }, |
| | | { path: 'raise-dust/statistical-query', component: StatisticalQueryComponent }, |
| | | { path: 'raise-dust/image-grabbing', component: ImageGrabbingComponent }, |
| | | ] |
| | | }, // passport |
| | | { |
| | |
| | | import { GridTraceComponent } from './grid-trace/grid-trace.component'; |
| | | import { RaiseDustComponent } from './raise-dust/raise-dust.component'; |
| | | import { SandTableComponent } from './sand-table/sand-table.component'; |
| | | import { RealTimeComponent } from './raise-dust/real-time/real-time.component'; |
| | | import { StatisticalQueryComponent } from './raise-dust/statistical-query/statistical-query.component'; |
| | | import { ImageGrabbingComponent } from './raise-dust/image-grabbing/image-grabbing.component'; |
| | | |
| | | @NgModule({ |
| | | imports: [ SharedModule, RouteRoutingModule ], |
| | |
| | | EnvironmentManagementComponent, |
| | | GridTraceComponent, |
| | | RaiseDustComponent, |
| | | SandTableComponent |
| | | SandTableComponent, |
| | | RealTimeComponent, |
| | | StatisticalQueryComponent, |
| | | ImageGrabbingComponent |
| | | ], |
| | | providers: [ |
| | | _HttpClient, |
| | |
| | | { |
| | | "text": "扬尘监控", |
| | | "icon": "icon-flag", |
| | | "link": "/sand-table" |
| | | "children":[ |
| | | { |
| | | "text": "实时监控和警告", |
| | | "link": "/raise-dust/real-time" |
| | | },{ |
| | | "text": "统计查询和分析", |
| | | "link": "/raise-dust/statistical-query" |
| | | },{ |
| | | "text": "图像抓拍", |
| | | "link": "/raise-dust/image-grabbing" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "text": "会商沙盘", |
| | | "icon": "icon-people", |
| | | "link": "/raise-dust" |
| | | "link": "/sand-table" |
| | | } |
| | | ] |
| | | } |