|
|
|
@ -132,6 +132,11 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
{ name: "证照管理", url: "/audit" }, |
|
|
|
|
]; |
|
|
|
|
} |
|
|
|
|
//油站人员进入油站
|
|
|
|
|
if (this.router.url.indexOf("comprehensive") != -1) { |
|
|
|
|
//控制返回按钮显示
|
|
|
|
|
this.isComprehensive = true; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.isProd = this.patternService.isProd; |
|
|
|
|
this.initSelectedItem(this.router); |
|
|
|
@ -202,11 +207,6 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
this.isGasStationNav = true; |
|
|
|
|
this.isGasStationBack = false; |
|
|
|
|
} |
|
|
|
|
//油站人员进入油站
|
|
|
|
|
if (event.url.indexOf("comprehensive") != -1) { |
|
|
|
|
//控制返回按钮显示
|
|
|
|
|
this.isComprehensive = true; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
setInterval(() => { |
|
|
|
|