浏览代码

修改运维大屏路由

seimin 2 月之前
父节点
当前提交
417a76a03d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     }