|
@@ -223,16 +223,7 @@ export class MainComponent implements OnInit {
|
223
|
223
|
} else if (this.screenType === "largeScreen2") {
|
224
|
224
|
window.open(http.bigScreenHost2 + "/#/" + id);
|
225
|
225
|
} else if (this.screenType === "specimenView") {
|
226
|
|
- let remember = JSON.parse(localStorage.getItem("remember"));
|
227
|
|
- window.open(
|
228
|
|
- http.specimenViewHost +
|
229
|
|
- "/#/" +
|
230
|
|
- id +
|
231
|
|
- "/" +
|
232
|
|
- encodeURIComponent(remember.username) +
|
233
|
|
- "/" +
|
234
|
|
- encodeURIComponent(remember.password)
|
235
|
|
- );
|
|
226
|
+ window.open(http.specimenViewHost + "/#/" + id);
|
236
|
227
|
}
|
237
|
228
|
}
|
238
|
229
|
//获取系统设置中的科室类型
|