|
@@ -808,17 +808,19 @@ export default {
|
|
|
this.dialog.relevance = true
|
|
|
}
|
|
|
if (val == "caozuo") {
|
|
|
- this.iframeSrc =
|
|
|
- process.env.BASE_URL +
|
|
|
- ":8889/#/details?perjectId=" +
|
|
|
- this.projectId +
|
|
|
- "&secret=" +
|
|
|
- this.secret +
|
|
|
- "&FmId=" +
|
|
|
- infos.id +
|
|
|
- "&type=1&code=" +
|
|
|
- infos.category.substring(2, 4);
|
|
|
- this.dialog.details = true
|
|
|
+ window.open(`
|
|
|
+http://47.94.89.44:8058/system?id=${infos.id}&pid=${this.projectId}`,"_blank")
|
|
|
+ // this.iframeSrc =
|
|
|
+ // process.env.BASE_URL +
|
|
|
+ // ":8889/#/details?perjectId=" +
|
|
|
+ // this.projectId +
|
|
|
+ // "&secret=" +
|
|
|
+ // this.secret +
|
|
|
+ // "&FmId=" +
|
|
|
+ // infos.id +
|
|
|
+ // "&type=1&code=" +
|
|
|
+ // infos.category.substring(2, 4);
|
|
|
+ // this.dialog.details = true
|
|
|
}
|
|
|
|
|
|
if (val == "infos.EquipQRCode") {
|