|
|
|
<!-- K1密钥拔出时倒计时显示 -->
|
|
|
|
<div style="width: 100%;height: 0;position: relative; z-index: 999;" *ngIf="mToken.isShow">
|
|
|
|
<div style="position: absolute;color: red;width: 100%;text-align: center;margin-top: 5%;font-size: 18px;">
|
|
|
|
<countdown [config]="{leftTime: 10,format: '密钥已拔出,本页面将于s秒后关闭,请及时保存'}"></countdown>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<mat-tab-group selectedIndex="9" style="height: 100%;">
|
|
|
|
<mat-tab label="1.基本信息">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-basicinfo></app-basicinfo>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="2.四周毗邻">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-allaround></app-allaround>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="3.消防设施">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-fire-fighting-device></app-fire-fighting-device>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="4.重点部位">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-key-site></app-key-site>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="5.功能分区">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-function-division></app-function-division>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="6.行车路线">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-router-gis></app-router-gis>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="7.周边水源">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-water-road></app-water-road>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="8.实景图">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-realistic-picture></app-realistic-picture>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="9.上传CAD">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-uploading-cad></app-uploading-cad>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="10.作战部署">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-collection-tools></app-collection-tools>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<!-- <mat-tab label="11.unity作战部署">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<iframe id="main" src="/unityApp2/index.html" name="unityApp" frameborder="0" width="100%" height="98%"></iframe>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab> -->
|
|
|
|
</mat-tab-group>
|