You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.1 KiB
59 lines
2.1 KiB
<!-- 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: 94%;"> |
|
<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-realistic-picture></app-realistic-picture> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="7.上传CAD"> |
|
<ng-template matTabContent> |
|
<app-uploading-cad></app-uploading-cad> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="8.六熟悉记录"> |
|
<ng-template matTabContent> |
|
功能开发中~~ |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="9.实战演练记录"> |
|
<ng-template matTabContent> |
|
功能开发中~~ |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="10.作战部署"> |
|
<ng-template matTabContent> |
|
<iframe id="main" src="http://39.106.78.171:8000/unityApp2/index.html" name="unityApp" frameborder="0" width="100%" height="98%"></iframe> |
|
</ng-template> |
|
</mat-tab> |
|
</mat-tab-group>
|
|
|