Sfoglia il codice sorgente

修改运维大屏路由

seimin 2 mesi fa
parent
commit
417a76a03d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/app/views/main/main.component.ts

+ 1 - 1
src/app/views/main/main.component.ts

@@ -4020,7 +4020,7 @@ export class MainComponent implements OnInit {
4020 4020
     } else if (this.screenType === "largeScreen2") {
4021 4021
       window.open(http.bigScreenHost2 + "/#/" + id);
4022 4022
     } else if (this.screenType === "largeScreen3") {
4023
-      window.open(`${http.bigScreenHost3}/#/${this.queryType}/${this.hospital ? this.hospital.id : ''}/${this.duty ? this.duty.id : ''}`);
4023
+      window.open(`${http.bigScreenHost3}/#/${this.queryType}?hosId=${this.hospital ? this.hospital.id : ''}?dutyId=${this.duty ? this.duty.id : ''}`);
4024 4024
     } else if (this.screenType === "specimenView") {
4025 4025
       window.open(http.specimenViewHost + "/#/" + id);
4026 4026
     }