diff --git a/acupuncture-前台/src/views/medicalFile/details.vue b/acupuncture-前台/src/views/medicalFile/details.vue index 9627b0f0..e962fbed 100644 --- a/acupuncture-前台/src/views/medicalFile/details.vue +++ b/acupuncture-前台/src/views/medicalFile/details.vue @@ -1245,9 +1245,7 @@ export default { param: { id: this.form.id, rewrite: 1, - path: `${"http://localhost:80/"}medicalEva?id=${this.form.id}&name=${ - this.form.name - }&phone=${this.form.phone}&tenantId=${this.userInfo.tenantId}`, + path: `${process.env.VUE_APP_VISIT_URL}medicalEva?id=${this.form.id}&name=${this.form.name}&phone=${this.form.phone}&tenantId=${this.userInfo.tenantId}`, }, }).then((res) => { this.zytzOpen = true;